latestOpenAPI 3.1.0Proprietary2026-08-175035117.5 KB

019f79ecdd6c

Imports

List import jobs

Lists import jobs. By default only pending and running jobs are returned — pass status to widen the search.

get/v3/imports

Query parameters

statusstring

Comma-separated list of statuses to return. Defaults to pending,running.

created_sincestring date-time

Only return jobs created after this date.

Response

The import jobs.

jobIdstring uuid
createdAtstring date-time
connectionstring
resourcestring

The URL the data was imported from.

destinationstring
overwriteboolean

Only returned by the list endpoint.

status'pending' | 'running' | 'success' | 'failure' | 'cancelled'

success, failure and cancelled are final states.

{"stackTrail":"components:schemas:ImportJob:properties:error","oasType":"schema","type":"unknown","description":"Empty string when the job hasn't failed. Otherwise a message or a\nstructured error object.\n"}
metadataobject