GET
/
unified
/
ats
/
job
/
{jobId}
/
opening
curl --request GET \
  --url https://api.openint.dev/v0/unified/ats/job/{jobId}/opening \
  --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>",
      "status": "<string>",
      "job_id": "<string>",
      "raw_data": {}
    }
  ]
}

Authorizations

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

Path Parameters

jobId
string
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 opening for a job

next_cursor
string | null