latestOpenAPI 3.1.0MIT2026-08-226224149.1 KB

613ceff68dc7

List file imports

Returns a cursor-paginated list of file imports across all data streams, newest first. Filter to one stream with data_stream_key (equivalent to GET /data_streams/{key}/file_imports, which also returns per-import aggregates).

get/file_imports

Query parameters

data_stream_keystring

Restrict to one data stream

limitinteger
cursorstring

Opaque cursor from a previous response's next_cursor. Pass it back unchanged; next_cursor: null is the only terminator.

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

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

created_afterstring date-time

ISO8601; inclusive

created_beforestring date-time

ISO8601; inclusive

Response

Cursor-paginated list of file imports

next_cursorstring nullable

Pass as cursor for the next page; null on the last page

limitinteger