GET v2/bulk_jobs/{bulk_jobs_id}/job_data
Summary: List job data for a bulk job
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
Fetches multiple job data records for a given bulk job. Pagination is not supported, but cursor based polling is via use of the `id[gt]` filter. Pass the last id seen (i.e. `id[gt]=1234`) in order to get the next batch of records.
Parameters (4)
bulk_jobs_id
(integer, path, required)
The id for the bulk job to which the job data relates
id
(object, query, optional)
Filter by id using comparison operators. Only supports greater than (gt) comparison (i.e. id[gt]=123)
per_page
(integer, query, optional)
How many records to show per page in the range [1, 100]. Defaults to 25
status
(array, query, optional)
Filter by result status. Accepts multiple statuses. Each status must be one of pending, success, error, retrying
No probe data for this endpoint yet.