Skip to main content
GET
List file imports

Authorizations

X-API-KEY
string
header
required

Path Parameters

key
string
required

The immutable data stream key

Query Parameters

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

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

status
enum<string>
Available options:
pending,
processing,
replicating,
completed,
failed,
cancelled
source
string

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

created_after
string<date-time>

ISO8601; inclusive

created_before
string<date-time>

ISO8601; inclusive

Response

Cursor-paginated list of file imports

data
object[]
next_cursor
string | null

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

limit
integer