******************************************************* ``GET`` Get Proctoring Settings ******************************************************* This API retrieves global AI interview proctoring settings configured for the company. Request URL ============ .. code-block:: GET /ai-interviews/settings/proctoring .. warning:: Make sure to add your API key in the Header of the request using the key ``apiKey``. Response ========= .. code-block:: json { "proctoring": { "ai": false, "eyegaze": false, "offTab": false, "screenRecord": false, "webcam": false } }