GET
/
unified
/
ats
/
job
curl --request GET \
  --url https://api.openint.dev/v0/unified/ats/job \
  --header 'x-apikey: <api-key>' \
  --header 'x-connection-id: <api-key>'
{
  "next_cursor": "<string>",
  "has_next_page": true,
  "items": [
    {
      "id": "<string>",
      "created_at": "<string>",
      "modified_at": "<string>",
      "name": "<string>",
      "confidential": true,
      "departments": [
        {
          "id": "<string>",
          "created_at": "<string>",
          "modified_at": "<string>",
          "name": "<string>",
          "parent_id": "<string>",
          "parent_department_external_id": "<string>",
          "child_ids": [
            "<string>"
          ],
          "child_department_external_ids": [
            "<string>"
          ],
          "raw_data": {}
        }
      ],
      "offices": [
        {}
      ],
      "hiring_managers": "<any>",
      "recruiters": [
        {}
      ],
      "raw_data": {}
    }
  ]
}

Authorizations

x-apikey
string
header
required
x-connection-id
string
header
required

Query Parameters

sync_mode
enum<string>
Available options:
full,
incremental
cursor
string | null
page_size
number

Response

200
application/json
Successful response
has_next_page
boolean
required
items
object[]
required

An (open) role

next_cursor
string | null