Skip to main content
GET
List Jobs

Headers

authorization
string | null
X-Organization-ID
string | null

Query Parameters

job_type
string | null

Filter by job type (enrichment or crawl)

status
string | null

Filter by status

triggered_by
string | null

Filter by user who triggered the job

limit
integer
default:50

Maximum results

Required range: 1 <= x <= 100
skip
integer
default:0

Number of items to skip

Required range: x >= 0
archived
boolean
default:false

false (default): only non-archived jobs; true: only archived jobs

created_from
string | null

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.

created_to
string | null

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.

Cookies

stytch_session
string | null

Response

Successful Response

Response model for list of Jobs.

items
JobResponse · object[]
required
limit
integer
required
skip
integer
required
total
integer
required