IDs of listings that have expired in the selected window. Use to invalidate stale rows in your store.
Expired ATS jobs
Returns a feed of ATS job listings that have expired within the selected time window. Use the time_frame parameter to select 1h, 1d, or 6m.
Warning: The 6m feed is very large in size and might not display properly in the playground.
query Parameters
time_frameTime window for expired ATS listings.
1h- rolling window of listings that expired in the last hour. Refreshed continuously.1d- daily snapshot of expirations from the previous UTC day. Refreshed once per day at 01:00 UTC; this is the most common choice for daily syncs. Despite the name this is not a rolling 24-hour window.6m- full 6-month backfill of expirations (very large feed).
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Expired ATS jobs › Responses
A JSON array of internal IDs for ATS jobs that expired in the selected window. Match each ID against ActiveAtsJob.id to expire stale rows in your store.
Expired job board jobs
Returns a feed of job board listings that have expired within the selected time window. Use the time_frame parameter to select 1h, 1d, or 6m.
Coverage: Expiration is only tracked for LinkedIn listings (source=linkedin). Other job board sources (wellfound, ycombinator) are not re-checked for expiration, so this feed will never return their IDs.
Warning: The 6m feed is very large in size and might not display properly in the playground.
query Parameters
time_frameTime window for expired job board listings.
1h- rolling window of listings that expired in the last hour. Refreshed continuously.1d- daily snapshot of expirations from the previous UTC day. Refreshed once per day at 01:00 UTC; this is the most common choice for daily syncs. Despite the name this is not a rolling 24-hour window.6m- full 6-month backfill of expirations (very large feed).
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Expired job board jobs › Responses
A JSON array of internal IDs for job board listings that expired in the selected window. Match each ID against ActiveJbJob.id to expire stale rows in your store.