List records
Returns a paginated list of records. At least one of data_stream_key, reconciliation_match_id, reconciliation_id, external_id, import_batch_id, or bulk_request_id is required.
Pagination shapes: When cursor is sent (or neither cursor nor offset), the response uses the cursor shape (data, next_cursor, limit). When offset is sent, the response keeps the legacy shape (data, has_more, offset, total_count) for back-compat — pick one and stick with it within a session.
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. Mutually exclusive with offset — sending cursor selects the cursor response shape.
1 <= x <= 200Legacy. Sending offset switches the response to the legacy has_more/offset/total_count shape. Prefer cursor for new integrations.
Response
Paginated list of records. Shape depends on whether offset (legacy) or cursor (default) was used.