Skip to main content
GET
Poll an import job

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string<uuid>
required

Resource UUID. Malformed UUIDs are treated as not-found (not 400).

Response

The import record.

data
object
required

Import job. Schema fields hidden: account_id, csv_content, block_ttl_days. Nullable fields use the omit-nullable pattern.