Retrieve a paginated list of jobs using cursor-based pagination. This endpoint is optimized for syncing job data and supports efficient incremental updates via the modifiedSince parameter. Returns basic job information without custom attributes or stage totals. Results are ordered by modifiedAt (ascending) for consistent pagination.
API key for authentication. Get your API key from Settings → API Keys in your Spott dashboard.
Maximum number of jobs to return per page. Must be between 1 and 50. Defaults to 25.
1 <= x <= 5025
ISO 8601 datetime string to filter jobs modified on or after this date. Useful for incremental syncing to get only updated records. If omitted, returns all jobs from the beginning of time.
"2024-01-01T00:00:00.000Z"
ISO 8601 datetime cursor for pagination. Use the nextCursor value from the previous response to fetch the next page. Represents the modifiedAt timestamp to start from. Omit for the first page.
"2024-01-15T10:30:00.000Z"