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.eyJzdWIiOiIxMjgwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDYzLCJleHAiOjE3NjM1NDI0NjMsImp0aSI6IjI1YjkxZTNiLWM1NTMtNGU3MS1hY2NkLTEyNmVkOTZmMGRhYiJ9.R0ZELbU91wL6t0ozjiLlbzR3_KbIKPYiOO5XWJ5_L6g
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/"4a6526c91e6052d84f96e1c1723633b5"
cache-control: max-age=0, private, must-revalidate
x-request-id: 9351dc1c-eaff-4a50-bad6-9e740b21a6f8
x-runtime: 0.011419
content-length: 896
Body
{
"jobs": [
{
"id": 424,
"auction_drivers_count": 0,
"company_id": 449,
"company_name": "Ritchie, Ruecker and Gorczany",
"compliance_drivers_count": 0,
"first_round_drivers_count": 0,
"ignored_drivers_count": 0,
"number": 29662199,
"published_at": "2025-10-19T07:54:22.972Z",
"timer": 86400,
"title": "Lead Marketing Officer"
},
{
"id": 425,
"auction_drivers_count": 0,
"company_id": 449,
"company_name": "Ritchie, Ruecker and Gorczany",
"compliance_drivers_count": 0,
"first_round_drivers_count": 0,
"ignored_drivers_count": 0,
"number": 33484138,
"published_at": "2025-10-19T07:54:22.982Z",
"timer": 86400,
"title": "Legacy Technology Producer"
},
{
"id": 426,
"auction_drivers_count": 0,
"company_id": 449,
"company_name": "Ritchie, Ruecker and Gorczany",
"compliance_drivers_count": 0,
"first_round_drivers_count": 0,
"ignored_drivers_count": 0,
"number": 63947696,
"published_at": "2025-10-19T07:54:22.993Z",
"timer": 86400,
"title": "Chief Hospitality Liaison"
}
]
}