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.eyJzdWIiOiI5NjMiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDg1MTY1MTYsImV4cCI6MTc1MTEwODUxNiwianRpIjoiOWIwZTRmMTEtM2QyNS00MDkyLWE3MjktZTdlZjAzM2Y0ZTI5In0.JQMeby8zcNNoJN1j30e1ad-9cAcEQrTJ7eu7SgAExlU
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
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"1b316b4afee56972e3d6dafdb1ca420b"
cache-control: max-age=0, private, must-revalidate
x-request-id: c29ccb5b-4d63-449f-a14a-eed17dc30f49
x-runtime: 0.009945
content-length: 520
Body
{
"interview": {
"id": 24,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-05-29T11:31:56.626Z",
"interviewee": {
"id": 268,
"driver": {
"id": 963,
"image": null,
"phone_number": "07979 165819",
"title": "German Nitzsche"
},
"kind": "verified",
"updated_at": "2025-05-29T11:01:56.579Z"
},
"interviewee_id": 268,
"interviewer": {
"id": 966,
"contact_phone_number": null,
"image": null,
"title": "Jillian Deckow"
},
"interviewer_id": 966,
"kind": "in_person",
"location": "London",
"start_at": "2025-05-29T11:01:56.626Z",
"status": "pending"
}
}