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.eyJzdWIiOiIxMjM1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzNjI2MzkxLCJleHAiOjE3NjYyMTgzOTEsImp0aSI6IjFmZjM2YmQyLTdmYzQtNGIzZS1iNzE0LTE1NzVlMWFiYWQwNiJ9.3OCX6C5RBblzekQiAh8ilS6ufRT60KRatgNodurj_Ro
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/"73a9679a0fe4a88ca4b1df259c3edf0c"
cache-control: max-age=0, private, must-revalidate
x-request-id: 93195af7-3176-459b-9584-943f341eb726
x-runtime: 0.025241
content-length: 2277

Body

{
  "job_drivers": [
    {
      "id": 370,
      "currency": "GBP",
      "interviews": [
        {
          "id": 57,
          "amend_end_at": null,
          "amend_start_at": null,
          "amended_by": null,
          "end_at": "2025-11-20T08:43:11.261Z",
          "interviewee_id": 370,
          "interviewer_id": 1240,
          "kind": "in_person",
          "location": "London",
          "start_at": "2025-11-20T08:13:11.261Z",
          "status": "pending"
        }
      ],
      "job": {
        "id": 350,
        "company": {
          "id": 429,
          "image": null,
          "name": "Hessel-Rutherford"
        },
        "currency": "GBP",
        "end_date": "2026-06-14",
        "job_type": "fixed_term_contract",
        "number": 8497742,
        "postcode": "LS1 1UR",
        "published_at": "2025-11-20T07:13:11.167Z",
        "start_date": "2025-11-28",
        "title": "Customer Designer"
      },
      "kind": "accepted",
      "kind_updated_by": null,
      "last_contract": {
        "id": 298,
        "days_to_expire": 30,
        "end_date": "2025-12-20",
        "job_driver_id": 370,
        "policy_schema": {
          "markable_as_ended": true
        },
        "start_date": "2025-11-19",
        "state": "active"
      },
      "money_earned": "0.0",
      "pending_contract": {
        "id": 299,
        "days_to_expire": 61,
        "end_date": "2026-01-20",
        "job_driver_id": 370,
        "policy_schema": {
          "markable_as_ended": false
        },
        "start_date": "2025-12-21",
        "state": "pending"
      },
      "updated_at": "2025-11-20T08:13:11.183Z"
    },
    {
      "id": 372,
      "currency": "GBP",
      "interviews": [

      ],
      "job": {
        "id": 352,
        "company": {
          "id": 431,
          "image": null,
          "name": "Considine-Bauch"
        },
        "currency": "GBP",
        "end_date": "2025-11-19",
        "job_type": "part_time",
        "number": 85982652,
        "postcode": "L1 1AA",
        "published_at": "2025-11-20T07:13:11.236Z",
        "start_date": "2025-10-29",
        "title": "Investor Engineer"
      },
      "kind": "accepted",
      "kind_updated_by": null,
      "last_contract": {
        "id": 300,
        "days_to_expire": -1,
        "end_date": "2025-11-19",
        "job_driver_id": 372,
        "policy_schema": {
          "markable_as_ended": false
        },
        "start_date": "2025-10-20",
        "state": "expired"
      },
      "money_earned": "0.0",
      "updated_at": "2025-11-20T08:13:11.252Z"
    },
    {
      "id": 369,
      "currency": "GBP",
      "interviews": [

      ],
      "job": {
        "id": 349,
        "company": {
          "id": 428,
          "image": null,
          "name": "Metz, Moore and Collins"
        },
        "currency": "GBP",
        "end_date": "2026-01-12",
        "job_type": "temporary_contract",
        "number": 31745699,
        "postcode": "NG1 1AA",
        "published_at": "2025-11-20T07:13:11.128Z",
        "start_date": "2025-11-29",
        "title": "Community-Services Executive"
      },
      "kind": "accepted",
      "kind_updated_by": null,
      "last_contract": {
        "id": 297,
        "days_to_expire": 30,
        "end_date": "2025-12-20",
        "job_driver_id": 369,
        "policy_schema": {
          "markable_as_ended": true
        },
        "start_date": "2025-11-19",
        "state": "active"
      },
      "money_earned": "0.0",
      "updated_at": "2025-11-20T08:13:11.141Z"
    }
  ]
}