Jobs > Drivers

List job drivers(to get not only accepted drivers)

GET job drivers(job post)

Endpoint

GET /api/v1/job_posts/:id/job_drivers

Parameters

Name Description
page Page number
per_page Number of items per page

Request

Route

GET /api/v1/job_posts/323/job_drivers

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMTYwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzU4MDEyNDkwLCJleHAiOjE3NjA2MDQ0OTAsImp0aSI6ImI4MmVkODEwLTQxZDItNGE5ZC05NGEyLWY2NDc4MzJjMTczNyJ9.CZTX2TmHZRkKw9wVYj0Y6AI4p99GK1aA2kZOZGrwD3Y
Host: example.org
Cookie: 

Query Parameters

{}=

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: 4
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"4205321d0c322f0b47fa8571abb6cab8"
cache-control: max-age=0, private, must-revalidate
x-request-id: 0a3d2419-00dc-4488-b6a1-996d81b91327
x-runtime: 0.027459
content-length: 1803

Body

{
  "job_drivers": [
    {
      "id": 334,
      "created_at": "2025-09-16T08:48:09.982Z",
      "driver": {
        "id": 1161,
        "first_name": "Houston",
        "last_name": "Larkin",
        "profile": {
          "id": 543,
          "english_level": "beginner",
          "licenses": [
            "d1",
            "hiab"
          ],
          "postcode": "LS1 1UR",
          "rating": {
            "average": null,
            "count": 0
          }
        },
        "profile_id": 543,
        "referral_code": "489327"
      },
      "ignore_reason": null,
      "interviews": [

      ],
      "kind": "accepted",
      "kind_updated_by": null,
      "updated_at": "2025-09-16T08:48:09.982Z",
      "wage": {
        "amount": "22.5",
        "type": "fixed"
      }
    },
    {
      "id": 335,
      "created_at": "2025-09-16T08:48:10.009Z",
      "driver": {
        "id": 1162,
        "first_name": "Tomas",
        "last_name": "Casper",
        "profile": {
          "id": 544,
          "english_level": "proficient",
          "licenses": [
            "d1e",
            "b"
          ],
          "postcode": "BS1 1AA",
          "rating": {
            "average": null,
            "count": 0
          }
        },
        "profile_id": 544,
        "referral_code": "990454"
      },
      "ignore_reason": null,
      "interviews": [

      ],
      "kind": "accepted",
      "kind_updated_by": null,
      "updated_at": "2025-09-16T08:48:10.009Z",
      "wage": {
        "amount": "45.0",
        "type": "fixed"
      }
    },
    {
      "id": 336,
      "created_at": "2025-09-16T08:48:10.034Z",
      "driver": {
        "id": 1163,
        "first_name": "Luanna",
        "last_name": "Stehr",
        "profile": {
          "id": 545,
          "english_level": "beginner",
          "licenses": [
            "ce",
            "d1e"
          ],
          "postcode": "EC1A 1BB",
          "rating": {
            "average": null,
            "count": 0
          }
        },
        "profile_id": 545,
        "referral_code": "321966"
      },
      "ignore_reason": null,
      "interviews": [

      ],
      "kind": "accepted",
      "kind_updated_by": null,
      "updated_at": "2025-09-16T08:48:10.034Z",
      "wage": {
        "amount": "67.5",
        "type": "fixed"
      }
    },
    {
      "id": 337,
      "created_at": "2025-09-16T08:48:10.057Z",
      "driver": {
        "id": 1164,
        "first_name": "Chelsea",
        "last_name": "Christiansen",
        "profile": {
          "id": 546,
          "english_level": "beginner",
          "licenses": [
            "c1e",
            "phv"
          ],
          "postcode": "LS1 1UR",
          "rating": {
            "average": null,
            "count": 0
          }
        },
        "profile_id": 546,
        "referral_code": "801378"
      },
      "ignore_reason": null,
      "interviews": [

      ],
      "kind": "accepted",
      "kind_updated_by": null,
      "updated_at": "2025-09-16T08:48:10.057Z",
      "wage": {
        "amount": "90.0",
        "type": "fixed"
      }
    }
  ]
}