Retrieve a list of ATS jobs
Returns a paginated list of jobs in the ATS, filterable by text search, interview plan, locations, teams, employment types, departments, status values, and an ISO 8601 updated_after timestamp.
Token scopes: ats:read
Returns a paginated list of jobs in the ATS, filterable by text search, interview plan, locations, teams, employment types, departments, status values, and an ISO 8601 updated_after timestamp.
Token scopes: ats:read
Text to search for in job records (optional)
Interview plan UUID (optional)
Array of location UUIDs (optional)
Array of team UUIDs (optional)
Array of employment type UUIDs (optional)
Array of department UUIDs (optional)
Filter jobs updated after this timestamp (ISO 8601 format)
Array of job status values (optional)
The Deel API uses bearer tokens to authenticate requests. All API calls must be made over HTTPS — calls over plain HTTP or without authentication will fail.
Standard OAuth2 security scheme based on https://swagger.io/docs/specification/authentication/