Get interviews
Users > Interviews
GET interviews
Endpoint
GET /api/v1/users/interviews
Request
Route
GET /api/v1/users/interviews
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNjQ1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzM3NTUxNTg5LCJleHAiOjE3NDAxNDM1ODksImp0aSI6ImU0ZDc5OWVmLTU5Y2YtNGU0YS1iYTIxLTNlYjYyYTNmZjM0NyJ9.CQ48gx3kmINqcOQWbcvWyhsJLNPqgRARPr9paX5qaFs
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/"ad176e74b893a393a16ed42b9045ce0c"
cache-control: max-age=0, private, must-revalidate
x-request-id: 34050313-c8b9-4378-84c8-0cb613aecc40
x-runtime: 0.008702
content-length: 506
Body
{
"interviews": [
{
"id": 59,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-01-22T13:43:09.527Z",
"interviewee_id": 446,
"interviewer_id": 1648,
"kind": "in_person",
"location": "London",
"start_at": "2025-01-22T13:13:09.527Z",
"status": "pending"
},
{
"id": 60,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-01-22T13:43:09.549Z",
"interviewee_id": 447,
"interviewer_id": 1648,
"kind": "in_person",
"location": "London",
"start_at": "2025-01-22T13:13:09.549Z",
"status": "pending"
}
]
}