Interviews

Get 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.eyJzdWIiOiI5MTkiLCJzY3AiOiJ1c2VyIiwiYXVkIjpudWxsLCJpYXQiOjE3NDI0NjQ5MjcsImV4cCI6MTc0NTA1NjkyNywianRpIjoiMjBmZTllODctNTlmMS00YWZjLWE3ZTAtYmIwMGZiZWZlYzYxIn0.LbHttM4VobjJNMDyBAPRRUGA_ScwmigcC1wAkaJyU-A
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/"202cbd36a5e92ff69f8a05e6b6b1232c"
cache-control: max-age=0, private, must-revalidate
x-request-id: 77d0fe32-8564-449b-b1e7-a14a852a59e1
x-runtime: 0.015676
content-length: 1044

Body

{
  "interviews": [
    {
      "id": 1,
      "amend_end_at": null,
      "amend_start_at": null,
      "amended_by": null,
      "end_at": "2025-03-20T10:32:07.220Z",
      "interviewee": {
        "id": 258,
        "driver": {
          "id": 916,
          "image": null,
          "phone_number": "07357 160537",
          "title": "Cleo Pagac"
        },
        "job_id": 272,
        "kind": "verified",
        "updated_at": "2025-03-20T10:02:07.158Z"
      },
      "interviewee_id": 258,
      "interviewer": {
        "id": 919,
        "contact_phone_number": null,
        "image": null,
        "title": "Alfredo Harris"
      },
      "interviewer_id": 919,
      "kind": "in_person",
      "location": "London",
      "start_at": "2025-03-20T10:02:07.220Z",
      "status": "pending"
    },
    {
      "id": 2,
      "amend_end_at": null,
      "amend_start_at": null,
      "amended_by": null,
      "end_at": "2025-03-20T10:32:07.227Z",
      "interviewee": {
        "id": 258,
        "driver": {
          "id": 916,
          "image": null,
          "phone_number": "07357 160537",
          "title": "Cleo Pagac"
        },
        "job_id": 272,
        "kind": "verified",
        "updated_at": "2025-03-20T10:02:07.158Z"
      },
      "interviewee_id": 258,
      "interviewer": {
        "id": 919,
        "contact_phone_number": null,
        "image": null,
        "title": "Alfredo Harris"
      },
      "interviewer_id": 919,
      "kind": "in_person",
      "location": "London",
      "start_at": "2025-03-20T10:02:07.227Z",
      "status": "pending"
    }
  ]
}