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.eyJzdWIiOiIxNzA3Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjIzLCJleHAiOjE3NTU4NTgyMjMsImp0aSI6IjQ0ZjRmOGE0LTZiNjQtNDE5ZC1iMTk4LTcyMDE5OTM2ODUyYSJ9.NKU9TCrv7iD1SyjkkwcYrZx71-kyXQAB_eyOMKSxGxs
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/"5d3e48a1d10fe909b482a6f68c1ad992"
cache-control: max-age=0, private, must-revalidate
x-request-id: 01605ec3-5a13-4d08-8cc7-23fa3960800b
x-runtime: 0.010531
content-length: 506

Body

{
  "interviews": [
    {
      "id": 59,
      "amend_end_at": null,
      "amend_start_at": null,
      "amended_by": null,
      "end_at": "2025-07-23T10:53:43.494Z",
      "interviewee_id": 455,
      "interviewer_id": 1710,
      "kind": "in_person",
      "location": "London",
      "start_at": "2025-07-23T10:23:43.494Z",
      "status": "pending"
    },
    {
      "id": 60,
      "amend_end_at": null,
      "amend_start_at": null,
      "amended_by": null,
      "end_at": "2025-07-23T10:53:43.558Z",
      "interviewee_id": 456,
      "interviewer_id": 1710,
      "kind": "in_person",
      "location": "London",
      "start_at": "2025-07-23T10:23:43.558Z",
      "status": "pending"
    }
  ]
}