GET v2/bulk_jobs
Summary: List bulk jobs
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
Fetches multiple bulk job records. The records can be filtered, paged, and sorted according to the respective parameters.
Parameters (3)
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
state
(array, query, optional)
The state of the bulk job. Accepts multiple states. Each state must be one of: open, executing, done
No probe data for this endpoint yet.