This endpoint is only available for admins or drivers
Metadata
GET jobs
Endpoint
GET /api/v1/metadata/jobs
Parameters
Name | Description | Enum |
---|---|---|
by_company | Filter jobs by company | |
by_status | Filter jobs by status | ["active", "pending", "auction", "closed", "draft", "template", "ongoing", "completed"] |
by_title | Filter jobs by title |
Request
Route
GET /api/v1/metadata/jobs
Headers
Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxNTAxIiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTQzLCJleHAiOjE3NDUwNTY5NDMsImp0aSI6IjBmM2FjN2RlLTUyYjMtNGRjMi1iNGFlLTdiNzRjNDk4MDA2ZCJ9.oWm_Nju87mjCSv9wM_BIG8iwWsVKOkujbLI0uMNhnaY
Host: example.org
Cookie:
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
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"c153033af0f6a3dd70da9f400681aede"
cache-control: max-age=0, private, must-revalidate
x-request-id: dad53f0e-ab69-4d56-a435-91dbbc222f50
x-runtime: 0.007152
content-length: 68
Body
{
"jobs": [
{
"id": 554,
"number": 88579246,
"title": "Design Facilitator"
}
]
}