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.eyJzdWIiOiI5NjMiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NTMyNjYxOTYsImV4cCI6MTc1NTg1ODE5NiwianRpIjoiNGY3MTAxOWQtNmRhNS00NzRmLWJlYTYtNGQ5NzBiN2NkNWM2In0.4qE6EYL6auhMJ28uq3EWuTQ-jYYepyVNgEdQL2_aC98
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/"3239f6113c4b23eb95454cfaa0bdd6dd"
cache-control: max-age=0, private, must-revalidate
x-request-id: b48e8acc-34b9-406e-a2f8-49ffbf012407
x-runtime: 0.014029
content-length: 523
Body
{
"interview": {
"id": 24,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-07-23T10:53:16.333Z",
"interviewee": {
"id": 268,
"driver": {
"id": 963,
"image": null,
"phone_number": "07164 186396",
"title": "Margarito Skiles"
},
"kind": "verified",
"updated_at": "2025-07-23T10:23:16.278Z"
},
"interviewee_id": 268,
"interviewer": {
"id": 966,
"contact_phone_number": null,
"image": null,
"title": "Manuela Lubowitz"
},
"interviewer_id": 966,
"kind": "in_person",
"location": "London",
"start_at": "2025-07-23T10:23:16.333Z",
"status": "pending"
}
}