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.eyJzdWIiOiIxMTg2Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTMzLCJleHAiOjE3NDUwNTY5MzMsImp0aSI6IjljMGQ3MWY2LTE0YjMtNDViNC1hMGE4LTEyZTI2ZGIwOWMxNiJ9.bOw2V_QzEYbvRFjM7rk1C-GB4zgpwSVhUIQXnSMj-lQ
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/"dc99c871ecdf459cc9fe838e49e5fe83"
cache-control: max-age=0, private, must-revalidate
x-request-id: b73bf37e-9e24-47c1-bc60-3f2e7f42ccee
x-runtime: 0.017031
content-length: 2178
Body
{
"job_drivers": [
{
"id": 350,
"interviews": [
{
"id": 57,
"amend_end_at": null,
"amend_start_at": null,
"amended_by": null,
"end_at": "2025-03-20T10:32:13.609Z",
"interviewee_id": 350,
"interviewer_id": 1191,
"kind": "in_person",
"location": "London",
"start_at": "2025-03-20T10:02:13.609Z",
"status": "pending"
}
],
"job": {
"id": 332,
"company": {
"id": 411,
"image": null,
"name": "Turcotte-Stracke"
},
"end_date": "2026-02-05",
"job_type": "full_time",
"number": 37002476,
"postcode": "NG1 1AA",
"published_at": "2025-03-20T09:02:13.535Z",
"start_date": "2025-03-23",
"title": "Global Technology Executive"
},
"kind": "accepted",
"kind_updated_by": null,
"last_contract": {
"id": 281,
"days_to_expire": 31,
"end_date": "2025-04-20",
"job_driver_id": 350,
"policy_schema": {
"markable_as_ended": true
},
"start_date": "2025-03-19",
"state": "active"
},
"money_earned": "0.0",
"pending_contract": {
"id": 282,
"days_to_expire": 61,
"end_date": "2025-05-20",
"job_driver_id": 350,
"policy_schema": {
"markable_as_ended": false
},
"start_date": "2025-04-21",
"state": "pending"
},
"updated_at": "2025-03-20T10:02:13.545Z"
},
{
"id": 352,
"interviews": [
],
"job": {
"id": 334,
"company": {
"id": 413,
"image": null,
"name": "Mayert-Wisozk"
},
"end_date": "2025-03-19",
"job_type": "temporary_contract",
"number": 24379668,
"postcode": "BS1 1AA",
"published_at": "2025-03-20T09:02:13.594Z",
"start_date": "2024-12-31",
"title": "Direct Designer"
},
"kind": "accepted",
"kind_updated_by": null,
"last_contract": {
"id": 283,
"days_to_expire": -1,
"end_date": "2025-03-19",
"job_driver_id": 352,
"policy_schema": {
"markable_as_ended": false
},
"start_date": "2025-02-20",
"state": "expired"
},
"money_earned": "0.0",
"updated_at": "2025-03-20T10:02:13.601Z"
},
{
"id": 349,
"interviews": [
],
"job": {
"id": 331,
"company": {
"id": 410,
"image": null,
"name": "Greenfelder-Wolff"
},
"end_date": "2025-09-21",
"job_type": "temporary_contract",
"number": 70699224,
"postcode": "EC1A 1BB",
"published_at": "2025-03-20T09:02:13.506Z",
"start_date": "2025-03-28",
"title": "Lead Administration Supervisor"
},
"kind": "accepted",
"kind_updated_by": null,
"last_contract": {
"id": 280,
"days_to_expire": 31,
"end_date": "2025-04-20",
"job_driver_id": 349,
"policy_schema": {
"markable_as_ended": true
},
"start_date": "2025-03-19",
"state": "active"
},
"money_earned": "0.0",
"updated_at": "2025-03-20T10:02:13.512Z"
}
]
}