Get interviews
Users > 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.eyJzdWIiOiIxNjc2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTQ5LCJleHAiOjE3NDUwNTY5NDksImp0aSI6ImFkYjJiODBhLTk5OWUtNDYzMi1hNjViLWM1NzM0YWQ2NDYxMCJ9.1orH1gpA5Ls1gXEvb3IVx1W29T9RE5lxojxM-xAYLzA
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/"f7943667046eee17af53498ebd070a7c"
cache-control: max-age=0, private, must-revalidate
x-request-id: 602824a0-4cd8-4252-abf3-3687703fc791
x-runtime: 0.013620
content-length: 506
Body
{
"interviews": [
{
"id": 59,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-03-20T10:32:29.192Z",
"interviewee_id": 450,
"interviewer_id": 1679,
"kind": "in_person",
"location": "London",
"start_at": "2025-03-20T10:02:29.192Z",
"status": "pending"
},
{
"id": 60,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-03-20T10:32:29.216Z",
"interviewee_id": 451,
"interviewer_id": 1679,
"kind": "in_person",
"location": "London",
"start_at": "2025-03-20T10:02:29.216Z",
"status": "pending"
}
]
}