Metadata

This endpoint is only available for admins or drivers

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.eyJzdWIiOiIxNDk4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzYwOTUwNDY4LCJleHAiOjE3NjM1NDI0NjgsImp0aSI6Ijk2ZTEyOTE2LWQ1MjQtNGNlZC05Yjc3LTgwZDdjMzU2OTgwNCJ9.k-dVga3ZTP9RL_MZm0qLB_HorgDkfRd_k07pzvVlngk
Host: example.org
Cookie: 

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
content-type: application/json; charset=utf-8
vary: Accept, Origin
etag: W/"70ad41a4310288577c27a90ec8b08eb7"
cache-control: max-age=0, private, must-revalidate
x-request-id: c74e5df0-536c-4fcb-96cf-ae2a1d5d167f
x-runtime: 0.006429
content-length: 69

Body

{
  "jobs": [
    {
      "id": 554,
      "number": 52569106,
      "title": "Government Producer"
    }
  ]
}