Jobs

List jobs with specified status

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=446

Headers

Accept: application/json
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiJ9.eyJzdWIiOiIxMjY4Iiwic2NwIjoidXNlciIsImF1ZCI6bnVsbCwiaWF0IjoxNzQyNDY0OTM3LCJleHAiOjE3NDUwNTY5MzcsImp0aSI6IjA4Zjk4OGRlLWM2YjQtNGVlZS05NGE5LTMyMzVkZjFkZmVhMyJ9.5ac2MuwRgumdKCskD1Z-9S8nmbVBpO-rWMDXC8FJWmE
Host: example.org
Cookie: 

Query Parameters

by_company=446

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/"6c4e8be750d839d07dae7f902b170068"
cache-control: max-age=0, private, must-revalidate
x-request-id: 59f923a1-8d27-4461-acda-3b49f532d54f
x-runtime: 0.011913
content-length: 850

Body

{
  "jobs": [
    {
      "id": 421,
      "auction_drivers_count": 0,
      "company_id": 446,
      "company_name": "Stehr-Bradtke",
      "compliance_drivers_count": 0,
      "first_round_drivers_count": 0,
      "ignored_drivers_count": 0,
      "number": 18848232,
      "published_at": "2025-03-19T09:02:17.056Z",
      "timer": 86400,
      "title": "Consulting Architect"
    },
    {
      "id": 422,
      "auction_drivers_count": 0,
      "company_id": 446,
      "company_name": "Stehr-Bradtke",
      "compliance_drivers_count": 0,
      "first_round_drivers_count": 0,
      "ignored_drivers_count": 0,
      "number": 55525043,
      "published_at": "2025-03-19T09:02:17.062Z",
      "timer": 86400,
      "title": "Corporate Consulting Producer"
    },
    {
      "id": 423,
      "auction_drivers_count": 0,
      "company_id": 446,
      "company_name": "Stehr-Bradtke",
      "compliance_drivers_count": 0,
      "first_round_drivers_count": 0,
      "ignored_drivers_count": 0,
      "number": 64484329,
      "published_at": "2025-03-19T09:02:17.068Z",
      "timer": 86400,
      "title": "Lead Government Supervisor"
    }
  ]
}