Skip to main content
GET
Get the result of a custom-connection import

Authorizations

X-API-KEY
string
header
required

Authorization method required to allow user to access the api endpoints.

Path Parameters

id
string
required
importId
string
required

Response

200 - application/json
import_id
string
required
Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

status
enum<string>
required
Available options:
processing,
completed,
failed
accounts_upserted
number
required
Example:

2

snapshots_upserted
number
required
Example:

10

movements_upserted
number
required
Example:

4

errors
object[]
required
errors_truncated
number
required

Row errors omitted after the stored cap.

Example:

0

Last modified on September 23, 2026