************************************************ ``GET`` List all Automated Interviews ************************************************ This API retrieves information about all Automated Interviews associated with the company. Request URL ============= .. code-block:: GET /automated-interviews/active .. warning:: Make sure to add your API key in Header of the request Response ========== - A JSON response containing all automted interviews associated with the company, with the most recent one listed first. .. code-block:: JSON [ { "interview_id": "integer", "interview_name": "string", "link_to_apply": "string" }, ]