Get jobs
Retrieve all jobs.
Supported integrations
Supported integrations
This feature is currently available for the following integrations:
Workday
SAP SuccessFactors
SmartRecruiters
Factorial
Oracle Recruiting Cloud
Lever
iCIMS
Cornerstone TalentLink
Recruitee
Greenhouse
Greenhouse Job Board
Teamtailor
Teamtailor Job Boards
Ashby
CEGID TalentSoft FrontOffice
CEGID TalentSoft Customer
concludis
P&I Loga
Onlyfy
Personio
UKG Pro
ADP Workforce Now
Taleo
rexx systems
AFAS Software
BambooHR
Bullhorn
Bullhorn Login
Workable
Jobvite
Fountain
Softgarden
Pinpoint
Welcome to the Jungle
d.vinci
d.vinci admin
JOIN
Sage HR
TRAFFIT
eRecruiter
Abacus Umantis
Haufe Umantis
Jobylon
Taleez
HR WORKS
OTYS
Zoho Recruit
Eploy
JobDiva
CareerPlug
Perview
Eightfold
Paylocity
Avature
Apploi
Phenom
Heyrecruit
RECRU
JazzHR
BITE
Homerun
Mysolution
Carerix
HR Office
Talent Clue
InRecruiting by Zucchetti
Ubeeo
Connexys By Bullhorn
HR4YOU
Cornerstone OnDemand
Zvoove Recruit
Spark Hire Recruit
Compleet
Gem
Laura
Coveto
Softgarden Partner
Breezy HR
Flatchr
ReachMee
TalentAdore
Kombo Sandbox
GuideCom
Youβd like to see this feature for another integration? Please reach out! Weβre always happy to discuss extending our coverage.
Visit our in depth guide to learn more about:
- π Getting updates of the data
- β Handling failing syncs
- π Letting your customer choose which jobs to expose
- π Matching jobs in your database to ATS jobs
- ποΈ Reacting to deleted/closed jobs
Top level filters use AND, while individual filters use OR if they accept multiple arguments. That means filters will be resolved like this: (id IN ids) AND (remote_id IN remote_ids)
Authorizations
Headers
ID of the integration you want to interact with.
Query Parameters
An optional cursor string used for pagination. This can be retrieved from the next
property of the previous page response.
The number of results to return per page. Maximum is 250.
1 <= x <= 250
Filter the entries based on the modification date in format YYYY-MM-DDTHH:mm:ss.sssZ. If you want to track entry deletion, also set the include_deleted=true
query parameter, because otherwise, deleted entries will be hidden.
By default, deleted entries are not returned. Use the include_deleted
query param to include deleted entries too.
true
, false
Filter by a comma-separated list of IDs such as 222k7eCGyUdgt2JWZDNnkDs3,B5DVmypWENfU6eMe6gYDyJG3
.
Filter by a comma-separated list of remote IDs.
Filter by a comma-separated list of job codes.
Filter by the post_url
field. Can be used to find a job based on its public posting URL.
(β οΈ Deprecated - Use the statuses
filter instead.) Filter by the status
field. Can be used to find a job based on its status.
OPEN
, CLOSED
, DRAFT
, ARCHIVED
Filter by a comma-separated list of OPEN
, CLOSED
, DRAFT
, ARCHIVED
Leave this blank to get results matching all values.
Filter by a comma-separated list of FULL_TIME
, PART_TIME
, CONTRACT
, SEASONAL
, INTERNSHIP
Leave this blank to get results matching all values.
Filter by a comma-separated list of PUBLIC
, INTERNAL
, UNLISTED
, CONFIDENTIAL
Leave this blank to get results matching all values.
Filter jobs by the day they were created in the remote system. This allows you to get jobs that were created on or after a certain day.
Filter by the name
field. Can be used to find a job by keywords present in the job name.
Response
GET /ats/jobs Positive response
The response is of type object
.