GET
/
interviews
curl --request GET \
  --url https://public.api.micro1.ai/interviews \
  --header 'x-api-key: <api-key>'
{
  "status": "true",
  "message": "Interviews fetched successfully",
  "data": [
    {
      "interview_id": "123e4567-e89b-12d3-a456-426614174000",
      "interview_name": "Full Stack Engineer Interview",
      "invite_url": "https://interview.micro1.ai/intro/micro1?uid=123e4567-e89b-12d3-a456-426614174000",
      "skills": [
        {
          "name": "React",
          "description": "Must be proficient in React Context API"
        }
      ],
      "custom_questions": [
        "Where do you see yourself in 5 years?"
      ],
      "interview_language": "English",
      "can_change_interview_language": false,
      "only_coding_round": true,
      "is_coding_round_required": true,
      "selected_coding_language": "Python",
      "is_proctoring_required": true,
      "date_created": "2021-01-01 00:00:00",
      "date_modified": "2021-01-01 00:00:00",
      "status": "active"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key to access the API

Query Parameters

page
integer

Page number

limit
integer

Number of items per page

keyword
string

Keyword to search for

Response

200
application/json
Successful response

Response for getting all interviews

status
boolean

Status of the response

message
string

Message of the response

data
object[]

List of interviews