Skip to main content
GET
Get enrichment jobs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

apiKey
string | null

Query Parameters

batchId
string | null
limit
integer
default:10000
offset
integer
default:0
excludeBatches
boolean
default:false

If true, only return jobs with batchId IS NULL (i.e. submitted via the single-job API endpoint).

groupBy
string | null

If set to day, returns a paginated list of daily summaries (same shape as /batches) instead of individual jobs. Each row represents one UTC calendar day.

day
string | null

UTC date (YYYY-MM-DD). When set, restricts results to jobs created on that day.

Response

200 - application/json

Successful Response

jobs
PlaceJobResult · object[]
required
total
integer
required

Total number of jobs available

limit
integer
required

Number of jobs per page

offset
integer
required

Starting position of the current page