latestOpenAPI 3.1.0MIT2026-08-226224149.1 KB
613ceff68dc7
List file imports
Returns a cursor-paginated list of file imports for a data stream, newest first. Rows on this stream-scoped route additionally carry the ClickHouse aggregates (record_count, total_credits, total_debits, net_amount, date_range_start, date_range_end, currency).
get/data_streams/{key}/file_imports
Path parameters
keystring required
The immutable data stream key
Query parameters
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