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.eyJzdWIiOiIxMjgwIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQ4NTE2NTI0LCJleHAiOjE3NTExMDg1MjQsImp0aSI6IjBkMDI0NGY5LTU1OTktNGY2YS04YjljLTQ3NjExM2Q5NTc4NiJ9.p7bRP3IXA62Eu3LJ0gnwkaCzmi7XmFLVdNOhgLZhYg0
Host: example.org
Cookie:
Query Parameters
by_company=449
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/"05ec06a7135fb4dee79f122505b248d3"
cache-control: max-age=0, private, must-revalidate
x-request-id: 87cbe2f7-36eb-457e-8ee0-04b0a86bfbad
x-runtime: 0.010345
content-length: 856
Body
{
"jobs": [
{
"id": 424,
"auction_drivers_count": 0,
"company_id": 449,
"company_name": "Corwin-Legros",
"compliance_drivers_count": 0,
"first_round_drivers_count": 0,
"ignored_drivers_count": 0,
"number": 7706721,
"published_at": "2025-05-28T10:02:04.623Z",
"timer": 86400,
"title": "Product Retail Specialist"
},
{
"id": 425,
"auction_drivers_count": 0,
"company_id": 449,
"company_name": "Corwin-Legros",
"compliance_drivers_count": 0,
"first_round_drivers_count": 0,
"ignored_drivers_count": 0,
"number": 24743685,
"published_at": "2025-05-28T10:02:04.635Z",
"timer": 86400,
"title": "Lead Legal Developer"
},
{
"id": 426,
"auction_drivers_count": 0,
"company_id": 449,
"company_name": "Corwin-Legros",
"compliance_drivers_count": 0,
"first_round_drivers_count": 0,
"ignored_drivers_count": 0,
"number": 13469355,
"published_at": "2025-05-28T10:02:04.645Z",
"timer": 86400,
"title": "International Manufacturing Executive"
}
]
}