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.eyJzdWIiOiI5MTgiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NTMyNjYxOTUsImV4cCI6MTc1NTg1ODE5NSwianRpIjoiYmM3M2ZhODctZWEyZi00ZDFhLWEzZjMtNzQwYzU4MGFiNjc2In0.XRF2lr6Gmx-klPyD9TP2sgGEyl9K5GJvtPwQPMtdX-M
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/"9c1b17325590d92130ef3694a11e7c42"
cache-control: max-age=0, private, must-revalidate
x-request-id: 7020ad48-d4ea-4092-aa54-b95635f35cf5
x-runtime: 0.016812
content-length: 1050
Body
{
"interviews": [
{
"id": 1,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-07-23T10:53:14.910Z",
"interviewee": {
"id": 257,
"driver": {
"id": 915,
"image": null,
"phone_number": "07498 842294",
"title": "Jimmie Trantow"
},
"job_id": 271,
"kind": "verified",
"updated_at": "2025-07-23T10:23:14.842Z"
},
"interviewee_id": 257,
"interviewer": {
"id": 918,
"contact_phone_number": null,
"image": null,
"title": "Edward Renner"
},
"interviewer_id": 918,
"kind": "in_person",
"location": "London",
"start_at": "2025-07-23T10:23:14.910Z",
"status": "pending"
},
{
"id": 2,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-07-23T10:53:14.913Z",
"interviewee": {
"id": 257,
"driver": {
"id": 915,
"image": null,
"phone_number": "07498 842294",
"title": "Jimmie Trantow"
},
"job_id": 271,
"kind": "verified",
"updated_at": "2025-07-23T10:23:14.842Z"
},
"interviewee_id": 257,
"interviewer": {
"id": 918,
"contact_phone_number": null,
"image": null,
"title": "Edward Renner"
},
"interviewer_id": 918,
"kind": "in_person",
"location": "London",
"start_at": "2025-07-23T10:23:14.913Z",
"status": "pending"
}
]
}