v1

latestOpenAPI 3.1.02026-07-26167644759.4 KB
Retained Searches

List retained searches

Returns a cursor-paginated list of retained searches, optionally bounded by modification date. The details object is experimental and may change without notice.

get/vacancies/searches/retained

Query parameters

limitinteger
Example:25

Number of retained searches to return per page (min: 1, max: 50, default: 25).

cursorstring
Example:eyJtb2RpZmllZEF0IjoiMjAyNC0xMS0wNlQxMDozMDowMC4wMDBaIiwiaWQiOiJyZXRhaW5lZC1zZWFyY2gtMTIzIn0.signature

Opaque cursor string for pagination. Use the cursor value from a previous response to fetch the next page. Omit for the first page.

modifiedSincestring date-time

Filter retained searches modified on or after this date. Useful for incremental synchronization. Defaults to beginning of time if not provided.

modifiedUntilstring date-time

Filter retained searches modified on or before this date. Useful for bounded synchronization snapshots. If omitted, no upper bound is applied.

Response