Get interviews
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.eyJzdWIiOiI5MTgiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NjA5NTA0NTMsImV4cCI6MTc2MzU0MjQ1MywianRpIjoiMGY5N2Q4YjctOGU3My00YWM3LWFiODYtMjVjNjBiMWJkZmYxIn0.pHraZRUp4Y941tJlC3afoPvrbhjX2RcF5bYlhPfwdEI
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/"4197df6331b909048f43dc74a14892f5"
cache-control: max-age=0, private, must-revalidate
x-request-id: fce0dc9a-d923-44dc-a3ec-ae17fa0b99d1
x-runtime: 0.014531
content-length: 1084
Body
{
"interviews": [
{
"id": 1,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-10-20T09:24:13.859Z",
"interviewee": {
"id": 257,
"currency": "GBP",
"driver": {
"id": 915,
"image": null,
"phone_number": "07584 708124",
"title": "Brendan Jenkins"
},
"job_id": 271,
"kind": "verified",
"updated_at": "2025-10-20T08:54:13.804Z"
},
"interviewee_id": 257,
"interviewer": {
"id": 918,
"contact_phone_number": null,
"image": null,
"title": "Dario Little"
},
"interviewer_id": 918,
"kind": "in_person",
"location": "London",
"start_at": "2025-10-20T08:54:13.859Z",
"status": "pending"
},
{
"id": 2,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-10-20T09:24:13.863Z",
"interviewee": {
"id": 257,
"currency": "GBP",
"driver": {
"id": 915,
"image": null,
"phone_number": "07584 708124",
"title": "Brendan Jenkins"
},
"job_id": 271,
"kind": "verified",
"updated_at": "2025-10-20T08:54:13.804Z"
},
"interviewee_id": 257,
"interviewer": {
"id": 918,
"contact_phone_number": null,
"image": null,
"title": "Dario Little"
},
"interviewer_id": 918,
"kind": "in_person",
"location": "London",
"start_at": "2025-10-20T08:54:13.863Z",
"status": "pending"
}
]
}