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.eyJzdWIiOiIxNjg2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDc0LCJleHAiOjE3NjM1NDI0NzQsImp0aSI6ImEyOWM0ZWIxLTRiODctNDFlZC04NWYyLTllZTI2YzQyMWUyYSJ9.NVieYqAsbKsv259h61jVdaraYWKrGKDNNx0cWNx9lWs
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/"f6d31f9a15e532ad73951f1400185007"
cache-control: max-age=0, private, must-revalidate
x-request-id: 1d021c8b-a97d-45dc-bf42-1a87e3b01e9c
x-runtime: 0.009246
content-length: 506

Body

{
  "interviews": [
    {
      "id": 59,
      "amend_end_at": null,
      "amend_start_at": null,
      "amended_by": null,
      "end_at": "2025-10-20T09:24:34.679Z",
      "interviewee_id": 452,
      "interviewer_id": 1689,
      "kind": "in_person",
      "location": "London",
      "start_at": "2025-10-20T08:54:34.679Z",
      "status": "pending"
    },
    {
      "id": 60,
      "amend_end_at": null,
      "amend_start_at": null,
      "amended_by": null,
      "end_at": "2025-10-20T09:24:34.711Z",
      "interviewee_id": 453,
      "interviewer_id": 1689,
      "kind": "in_person",
      "location": "London",
      "start_at": "2025-10-20T08:54:34.711Z",
      "status": "pending"
    }
  ]
}