List Jobs
List jobs with optional filtering and pagination.
Authentication Required: Requires job:read permission.
Supports filtering by job_type and status, with pagination.
Query Parameters
Filter by job type (enrichment or crawl)
Filter by status
Filter by user who triggered the job
Maximum results
1 <= x <= 100Number of items to skip
x >= 0false (default): only non-archived jobs; true: only archived jobs
Inclusive lower bound on job creation time (createdAt). Accepts EITHER a strict zero-padded YYYY-MM-DD calendar date OR a full ISO 8601 instant; any other format returns 422. A bare date is interpreted as the START of that calendar date in the organization's publishing timezone (Settings > Pricing; defaults to America/New_York) — NOT UTC midnight, so a US org's 'today' filter matches what the UI shows as today.
Inclusive upper bound on job creation time (createdAt). Accepts EITHER a strict zero-padded YYYY-MM-DD calendar date OR a full ISO 8601 instant; any other format returns 422. A bare date is interpreted as the END of that calendar date (23:59:59.999999) in the organization's publishing timezone, so created_to=today includes jobs created any time today, even ones whose UTC createdAt already rolled to tomorrow.