List jobs with specified status
Jobs
GET jobs(admin)
Endpoint
GET /api/v1/jobs
Parameters
Name | Description | In |
---|---|---|
by_status | Status of jobs | ["active", "pending", "auction", "closed", "draft", "template", "ongoing", "completed"] |
by_title | Search by title | |
latitude | Latitude | |
longitude | Longitude | |
order_by | Order by field | ["created_at desc", "created_at", "start_date"] |
page | Page number | |
per_page | Number of items per page | |
by_company | Filter by company |
Request
Route
GET /api/v1/jobs?by_company=449
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjgwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzUzMjY2MjA2LCJleHAiOjE3NTU4NTgyMDYsImp0aSI6IjViNDYxMGJmLThiMTQtNDhmNC1hYTVkLWNhOWE2OWRhNDMyNiJ9.pY4FxKTyHQM8gAU9EIk829NRTVmACmzMbLN0qF0yuOA
Host: example.org
Cookie:
Query Parameters
by_company=449
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/"805753661b9cb5ec4b2b239305a557c9"
cache-control: max-age=0, private, must-revalidate
x-request-id: 69a92ae8-ab95-4dd0-9a5d-7364c07b9023
x-runtime: 0.010663
content-length: 827
Body
{
"jobs": [
{
"id": 424,
"auction_drivers_count": 0,
"company_id": 449,
"company_name": "Bergnaum LLC",
"compliance_drivers_count": 0,
"first_round_drivers_count": 0,
"ignored_drivers_count": 0,
"number": 99299776,
"published_at": "2025-07-22T09:23:26.949Z",
"timer": 86400,
"title": "Senior Coordinator"
},
{
"id": 425,
"auction_drivers_count": 0,
"company_id": 449,
"company_name": "Bergnaum LLC",
"compliance_drivers_count": 0,
"first_round_drivers_count": 0,
"ignored_drivers_count": 0,
"number": 48719758,
"published_at": "2025-07-22T09:23:26.961Z",
"timer": 86400,
"title": "Sales Supervisor"
},
{
"id": 426,
"auction_drivers_count": 0,
"company_id": 449,
"company_name": "Bergnaum LLC",
"compliance_drivers_count": 0,
"first_round_drivers_count": 0,
"ignored_drivers_count": 0,
"number": 17945044,
"published_at": "2025-07-22T09:23:26.973Z",
"timer": 86400,
"title": "Construction Producer"
}
]
}