Job changes since a cursor
job_changesWhat has opened, changed, closed or reopened in the index. This is the tool to poll: pass since (ISO-8601) the first time, then keep passing the returned meta.next_cursor and you will see each event exactly once, with no gaps or repeats. Filter it the same way you would a search — by department, country, remote, title, company or ATS — to subscribe to one slice of the market. Each event carries the event type, when it happened, a diff showing which fields changed and their before/after values, and the job record itself. Use this to track a hiring market over time, to answer 'what's new since yesterday', or to keep a downstream store in sync. Defaults to the last 24 hours.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ats | No | ||
| event | No | opened | updated | closed | reopened | |
| limit | No | ||
| since | No | ISO-8601; ignored when cursor is set. | |
| title | No | Match on the job title. | |
| cursor | No | ||
| remote | No | Only remote, or only non-remote. | |
| company | No | ||
| country | No | ISO-3166 alpha-2, e.g. US. | |
| department | No | Department, partial match. | |
| include_job | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||