Get driver jobs
Jobs > Drivers
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.eyJzdWIiOiIxMTk1Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTIyLCJleHAiOjE3NTExMDg1MjIsImp0aSI6IjIxYzUyMTI0LWM0MWQtNDMwYy05NDAzLTdjYzAxZjI2NTVkYyJ9.-idPC89aa7haCKLO8l34oCrpNs2I_NVEo_7FhZvm85U
Host: example.org
Cookie:
Query Parameters
by_state=accepted
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/"56646f35a2526e9e2b27954718c82120"
cache-control: max-age=0, private, must-revalidate
x-request-id: b9187460-0cc2-405d-99ef-33323d5750d7
x-runtime: 0.016723
content-length: 2183
Body
{
"job_drivers": [
{
"id": 351,
"interviews": [
{
"id": 57,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-05-29T11:32:02.036Z",
"interviewee_id": 351,
"interviewer_id": 1200,
"kind": "in_person",
"location": "London",
"start_at": "2025-05-29T11:02:02.036Z",
"status": "pending"
}
],
"job": {
"id": 334,
"company": {
"id": 413,
"image": null,
"name": "Thompson Group"
},
"end_date": "2026-01-03",
"job_type": "temporary_contract",
"number": 51650118,
"postcode": "BS1 1AA",
"published_at": "2025-05-29T10:02:01.946Z",
"start_date": "2025-06-07",
"title": "Consulting Liaison"
},
"kind": "accepted",
"kind_updated_by": null,
"last_contract": {
"id": 282,
"days_to_expire": 31,
"end_date": "2025-06-29",
"job_driver_id": 351,
"policy_schema": {
"markable_as_ended": true
},
"start_date": "2025-05-28",
"state": "active"
},
"money_earned": "0.0",
"pending_contract": {
"id": 283,
"days_to_expire": 61,
"end_date": "2025-07-29",
"job_driver_id": 351,
"policy_schema": {
"markable_as_ended": false
},
"start_date": "2025-06-30",
"state": "pending"
},
"updated_at": "2025-05-29T11:02:01.956Z"
},
{
"id": 353,
"interviews": [
],
"job": {
"id": 336,
"company": {
"id": 415,
"image": null,
"name": "Witting and Sons"
},
"end_date": "2025-05-28",
"job_type": "full_time",
"number": 96592313,
"postcode": "NG1 1AA",
"published_at": "2025-05-29T10:02:02.014Z",
"start_date": "2025-04-24",
"title": "Forward Hospitality Representative"
},
"kind": "accepted",
"kind_updated_by": null,
"last_contract": {
"id": 284,
"days_to_expire": -1,
"end_date": "2025-05-28",
"job_driver_id": 353,
"policy_schema": {
"markable_as_ended": false
},
"start_date": "2025-04-29",
"state": "expired"
},
"money_earned": "0.0",
"updated_at": "2025-05-29T11:02:02.025Z"
},
{
"id": 350,
"interviews": [
],
"job": {
"id": 333,
"company": {
"id": 412,
"image": null,
"name": "McClure, Block and Hintz"
},
"end_date": "2026-03-24",
"job_type": "part_time",
"number": 48662786,
"postcode": "M1 1AE",
"published_at": "2025-05-29T10:02:01.909Z",
"start_date": "2025-06-02",
"title": "Direct Accounting Supervisor"
},
"kind": "accepted",
"kind_updated_by": null,
"last_contract": {
"id": 281,
"days_to_expire": 31,
"end_date": "2025-06-29",
"job_driver_id": 350,
"policy_schema": {
"markable_as_ended": true
},
"start_date": "2025-05-28",
"state": "active"
},
"money_earned": "0.0",
"updated_at": "2025-05-29T11:02:01.921Z"
}
]
}