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=465
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMzIwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYzNjI2Mzk0LCJleHAiOjE3NjYyMTgzOTQsImp0aSI6IjVjNDE3OWNiLTVhYzEtNDg4MS1hZDJmLTczYWU3ZTA1NmM2YyJ9.wiMrynTnhRUEAVu-F4ODX8vN2MwrnM5QJXs_Qplz-Lc
Host: example.org
Cookie:
Query Parameters
by_company=465
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/"4d7e754cadf0b3f9e6bc4329e7689877"
cache-control: max-age=0, private, must-revalidate
x-request-id: 6aa12606-1065-4d22-ba5d-2a4214ace3b7
x-runtime: 0.022861
content-length: 876
Body
{
"jobs": [
{
"id": 440,
"auction_drivers_count": 0,
"company_id": 465,
"company_name": "Johnston, Hane and Hirthe",
"compliance_drivers_count": 0,
"first_round_drivers_count": 0,
"ignored_drivers_count": 0,
"number": 54593583,
"published_at": "2025-11-19T07:13:14.244Z",
"timer": 86400,
"title": "Chief Technology Agent"
},
{
"id": 441,
"auction_drivers_count": 0,
"company_id": 465,
"company_name": "Johnston, Hane and Hirthe",
"compliance_drivers_count": 0,
"first_round_drivers_count": 0,
"ignored_drivers_count": 0,
"number": 14087127,
"published_at": "2025-11-19T07:13:14.259Z",
"timer": 86400,
"title": "Administration Specialist"
},
{
"id": 442,
"auction_drivers_count": 0,
"company_id": 465,
"company_name": "Johnston, Hane and Hirthe",
"compliance_drivers_count": 0,
"first_round_drivers_count": 0,
"ignored_drivers_count": 0,
"number": 27635995,
"published_at": "2025-11-19T07:13:14.276Z",
"timer": 86400,
"title": "Banking Strategist"
}
]
}