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.eyJzdWIiOiI5MTgiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDg1MTY1MTUsImV4cCI6MTc1MTEwODUxNSwianRpIjoiMWYyYzY0NzItNGEyZi00OWY0LWI3NDYtNDIxYjk0NGVjNjQxIn0.UF_sllHypg0hh7ZS1dd31v5tGmR5S3cmAW8NonpxQdQ
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
per-page: 20
total: 2
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"c5dcaf63e3b9714e797e25ec3be07b7e"
cache-control: max-age=0, private, must-revalidate
x-request-id: 87ca0fe5-db7a-415d-a9e0-a5d9e21a6648
x-runtime: 0.017446
content-length: 1046
Body
{
"interviews": [
{
"id": 1,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-05-29T11:31:55.470Z",
"interviewee": {
"id": 257,
"driver": {
"id": 915,
"image": null,
"phone_number": "07736 524206",
"title": "Eliana Kautzer"
},
"job_id": 271,
"kind": "verified",
"updated_at": "2025-05-29T11:01:55.408Z"
},
"interviewee_id": 257,
"interviewer": {
"id": 918,
"contact_phone_number": null,
"image": null,
"title": "Paul Ernser"
},
"interviewer_id": 918,
"kind": "in_person",
"location": "London",
"start_at": "2025-05-29T11:01:55.470Z",
"status": "pending"
},
{
"id": 2,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-05-29T11:31:55.474Z",
"interviewee": {
"id": 257,
"driver": {
"id": 915,
"image": null,
"phone_number": "07736 524206",
"title": "Eliana Kautzer"
},
"job_id": 271,
"kind": "verified",
"updated_at": "2025-05-29T11:01:55.408Z"
},
"interviewee_id": 257,
"interviewer": {
"id": 918,
"contact_phone_number": null,
"image": null,
"title": "Paul Ernser"
},
"interviewer_id": 918,
"kind": "in_person",
"location": "London",
"start_at": "2025-05-29T11:01:55.474Z",
"status": "pending"
}
]
}