Get an interview
Interviews
GET interview
Endpoint
GET /api/v1/interviews/:id
Request
Route
GET /api/v1/interviews/24
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiI5NjMiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NjA5NTA0NTQsImV4cCI6MTc2MzU0MjQ1NCwianRpIjoiYzFhMzk3N2QtZmNjMy00YWU1LTg3YmMtNTMyYzU1MDRkZjA5In0.3AREB-wQXfH7VSZTissJBiUh1O2qhmI4RpZVdvOBs4E
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
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"665115463471070061c9541ad51d5a24"
cache-control: max-age=0, private, must-revalidate
x-request-id: d746663e-ec43-458a-9918-ad96a39e073b
x-runtime: 0.009402
content-length: 536
Body
{
"interview": {
"id": 24,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-10-20T09:24:14.961Z",
"interviewee": {
"id": 268,
"currency": "GBP",
"driver": {
"id": 963,
"image": null,
"phone_number": "07958 735757",
"title": "Numbers Kuhic"
},
"kind": "verified",
"updated_at": "2025-10-20T08:54:14.917Z"
},
"interviewee_id": 268,
"interviewer": {
"id": 966,
"contact_phone_number": null,
"image": null,
"title": "Clayton Hermann"
},
"interviewer_id": 966,
"kind": "in_person",
"location": "London",
"start_at": "2025-10-20T08:54:14.961Z",
"status": "pending"
}
}