Users > Interviews

Get interviews

GET interviews

Endpoint

GET /api/v1/users/interviews

Request

Route

GET /api/v1/users/interviews

Headers

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

Query Parameters

{}=

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/"1979e9bdad9bfcd247364d03a67c5664"
cache-control: max-age=0, private, must-revalidate
x-request-id: 13461c8d-5560-4dfa-8046-32eaf10320fb
x-runtime: 0.008260
content-length: 506

Body

{
  "interviews": [
    {
      "id": 59,
      "amend_end_at": null,
      "amend_start_at": null,
      "amended_by": null,
      "end_at": "2025-05-29T11:32:16.547Z",
      "interviewee_id": 452,
      "interviewer_id": 1703,
      "kind": "in_person",
      "location": "London",
      "start_at": "2025-05-29T11:02:16.547Z",
      "status": "pending"
    },
    {
      "id": 60,
      "amend_end_at": null,
      "amend_start_at": null,
      "amended_by": null,
      "end_at": "2025-05-29T11:32:16.601Z",
      "interviewee_id": 453,
      "interviewer_id": 1703,
      "kind": "in_person",
      "location": "London",
      "start_at": "2025-05-29T11:02:16.601Z",
      "status": "pending"
    }
  ]
}