Jobs > Drivers

Get driver jobs

GET driver jobs

Endpoint

GET /api/v1/job_drivers

Parameters

Name Description In
by_state required Filter by job status ["accepted", "application", "all_rejected"]
page Page number
per_page Number of items per page

Request

Route

GET /api/v1/job_drivers?by_state=accepted

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMTk1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjAzLCJleHAiOjE3NTU4NTgyMDMsImp0aSI6IjQ2ZmIzYWYwLWJkYzYtNGVhMC05YzkzLWRiYmVlOTVhZmFjNCJ9.2ecIOpQIA-59Q0xWD7muuPG6yIswlXzytIwzdn7qBik
Host: example.org
Cookie: 

Query Parameters

by_state=accepted

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
per-page: 20
total: 3
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"6cef74ab1187d38a9b17af5449b2e671"
cache-control: max-age=0, private, must-revalidate
x-request-id: 0ea67a8f-d18c-4c44-a6a5-983fbfd07445
x-runtime: 0.019078
content-length: 2167

Body

{
  "job_drivers": [
    {
      "id": 351,
      "interviews": [
        {
          "id": 57,
          "amend_end_at": null,
          "amend_start_at": null,
          "amended_by": null,
          "end_at": "2025-07-23T10:53:23.604Z",
          "interviewee_id": 351,
          "interviewer_id": 1200,
          "kind": "in_person",
          "location": "London",
          "start_at": "2025-07-23T10:23:23.604Z",
          "status": "pending"
        }
      ],
      "job": {
        "id": 334,
        "company": {
          "id": 413,
          "image": null,
          "name": "McClure and Sons"
        },
        "end_date": "2025-12-24",
        "job_type": "fixed_term_contract",
        "number": 19678935,
        "postcode": "EC1A 1BB",
        "published_at": "2025-07-23T09:23:23.496Z",
        "start_date": "2025-07-25",
        "title": "Product Associate"
      },
      "kind": "accepted",
      "kind_updated_by": null,
      "last_contract": {
        "id": 282,
        "days_to_expire": 31,
        "end_date": "2025-08-23",
        "job_driver_id": 351,
        "policy_schema": {
          "markable_as_ended": true
        },
        "start_date": "2025-07-22",
        "state": "active"
      },
      "money_earned": "0.0",
      "pending_contract": {
        "id": 283,
        "days_to_expire": 62,
        "end_date": "2025-09-23",
        "job_driver_id": 351,
        "policy_schema": {
          "markable_as_ended": false
        },
        "start_date": "2025-08-24",
        "state": "pending"
      },
      "updated_at": "2025-07-23T10:23:23.509Z"
    },
    {
      "id": 353,
      "interviews": [

      ],
      "job": {
        "id": 336,
        "company": {
          "id": 415,
          "image": null,
          "name": "Franecki, Kohler and Schultz"
        },
        "end_date": "2025-07-22",
        "job_type": "full_time",
        "number": 1047067,
        "postcode": "EC1A 1BB",
        "published_at": "2025-07-23T09:23:23.577Z",
        "start_date": "2025-04-22",
        "title": "Education Officer"
      },
      "kind": "accepted",
      "kind_updated_by": null,
      "last_contract": {
        "id": 284,
        "days_to_expire": -1,
        "end_date": "2025-07-22",
        "job_driver_id": 353,
        "policy_schema": {
          "markable_as_ended": false
        },
        "start_date": "2025-06-23",
        "state": "expired"
      },
      "money_earned": "0.0",
      "updated_at": "2025-07-23T10:23:23.590Z"
    },
    {
      "id": 350,
      "interviews": [

      ],
      "job": {
        "id": 333,
        "company": {
          "id": 412,
          "image": null,
          "name": "Rowe Inc"
        },
        "end_date": "2026-01-25",
        "job_type": "fixed_term_contract",
        "number": 12659708,
        "postcode": "M1 1AE",
        "published_at": "2025-07-23T09:23:23.450Z",
        "start_date": "2025-07-26",
        "title": "Central Orchestrator"
      },
      "kind": "accepted",
      "kind_updated_by": null,
      "last_contract": {
        "id": 281,
        "days_to_expire": 31,
        "end_date": "2025-08-23",
        "job_driver_id": 350,
        "policy_schema": {
          "markable_as_ended": true
        },
        "start_date": "2025-07-22",
        "state": "active"
      },
      "money_earned": "0.0",
      "updated_at": "2025-07-23T10:23:23.467Z"
    }
  ]
}