Skip to main content
GET
List records

Authorizations

X-API-KEY
string
header
required

Query Parameters

data_stream_key
string

Filter by data stream key

reconciliation_match_id
string

Filter to records that belong to the given match

reconciliation_id
string

Filter to records that have a status row in the given reconciliation

external_id
string

Filter to records with this exact external_id

import_batch_id
integer

Filter to records created by this import batch

bulk_request_id
integer

Filter to records created by this bulk request

created_after
string<date-time>

ISO8601 lower bound on created_at

created_before
string<date-time>

ISO8601 upper bound on created_at

source
enum<string>

Filter via the joined import batch's source

Available options:
csv_upload,
nacha_upload,
bulk_api
status
enum<string>

Filter by match status

Available options:
matched,
unmatched
cursor
string

Opaque cursor from a previous response's next_cursor. Omit for the first page.

limit
integer
default:50
Required range: 1 <= x <= 200

Response

Paginated list of records

data
object[]
next_cursor
string | null

Opaque cursor for the next page. Null when no more pages.

limit
integer