List records
Returns a paginated list of records, newest first. At least one of data_stream_key, reconciliation_match_id, reconciliation_id, external_id, import_batch_id, or bulk_request_id is required.
Pagination is cursor-based: pass each response’s next_cursor back as cursor until next_cursor is null. The legacy offset parameter and its has_more/offset/total_count response shape have been removed.
Authorizations
Query Parameters
Filter by data stream key
Filter to records that belong to the given match
Filter to records that have a status row in the given reconciliation
Filter to records with this exact external_id
Filter to records created by this import batch
Filter to records created by this bulk request
ISO8601 lower bound on created_at
ISO8601 upper bound on created_at
Filter via the joined import batch's source
csv_upload, nacha_upload, bulk_api Filter by match status
matched, unmatched Opaque cursor from a previous response's next_cursor. Omit for the first page.
1 <= x <= 200