Interviews

Get interviews

GET interviews

Endpoint

GET /api/v1/interviews

Request

Route

GET /api/v1/interviews

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI5NTgiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NjM2MjYzODQsImV4cCI6MTc2NjIxODM4NCwianRpIjoiMDdhOTQyNmUtZDAxOC00YTc1LWE4MDMtNTJlMDc2YTk4YTc3In0.oCEZHBV56R_B2gw30wjtbqw8V2f6EnmV2xEFQv4os1k
Host: example.org
Cookie: 

Query Parameters

{}=

Body

{
}

Response

Simulated Response

Status

200

Headers

x-frame-options: SAMEORIGIN
x-xss-protection: 0
x-content-type-options: nosniff
x-permitted-cross-domain-policies: none
referrer-policy: strict-origin-when-cross-origin
per-page: 20
total: 2
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"73e62ea53934049b4bb4ead6be652596"
cache-control: max-age=0, private, must-revalidate
x-request-id: e249dd02-d435-49a3-90dc-5907ab40257f
x-runtime: 0.016452
content-length: 1088

Body

{
  "interviews": [
    {
      "id": 1,
      "amend_end_at": null,
      "amend_start_at": null,
      "amended_by": null,
      "end_at": "2025-11-20T08:43:04.447Z",
      "interviewee": {
        "id": 276,
        "currency": "GBP",
        "driver": {
          "id": 955,
          "image": null,
          "phone_number": "07748 811889",
          "title": "Margo Greenholt"
        },
        "job_id": 287,
        "kind": "verified",
        "updated_at": "2025-11-20T08:13:04.393Z"
      },
      "interviewee_id": 276,
      "interviewer": {
        "id": 958,
        "contact_phone_number": null,
        "image": null,
        "title": "Frank Gorczany"
      },
      "interviewer_id": 958,
      "kind": "in_person",
      "location": "London",
      "start_at": "2025-11-20T08:13:04.447Z",
      "status": "pending"
    },
    {
      "id": 2,
      "amend_end_at": null,
      "amend_start_at": null,
      "amended_by": null,
      "end_at": "2025-11-20T08:43:04.452Z",
      "interviewee": {
        "id": 276,
        "currency": "GBP",
        "driver": {
          "id": 955,
          "image": null,
          "phone_number": "07748 811889",
          "title": "Margo Greenholt"
        },
        "job_id": 287,
        "kind": "verified",
        "updated_at": "2025-11-20T08:13:04.393Z"
      },
      "interviewee_id": 276,
      "interviewer": {
        "id": 958,
        "contact_phone_number": null,
        "image": null,
        "title": "Frank Gorczany"
      },
      "interviewer_id": 958,
      "kind": "in_person",
      "location": "London",
      "start_at": "2025-11-20T08:13:04.452Z",
      "status": "pending"
    }
  ]
}