List bulk requests

Cursor-paginated list of bulk requests in your environment, ordered by created_at descending. Filter by data stream, status, or source.

get/bulk_requests

Query parameters

data_stream_keystring

Filter to bulk requests targeting this data stream

status'pending' | 'processing' | 'completed' | 'failed' | 'cancelled'
sourcestring

Filter by request source (e.g. bulk_api, csv, nacha)

created_afterstring date-time

ISO8601 lower bound on created_at

created_beforestring date-time

ISO8601 upper bound on created_at

cursorstring

Opaque cursor returned by a previous call's next_cursor. Omit for the first page.

limitinteger

Response

Paginated bulk requests

next_cursorstring nullable

Pass back as cursor to fetch the next page. Null when no more pages.

limitinteger

Changes