Imports

Get an import job

Returns the current state of an import job. Poll this until status is success, failure or cancelled.

get/v3/imports/{jobId}

Path parameters

jobIdstring uuid required

The job identifier returned when the job was created.

Response

The import job.

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

Changes

No recorded changes to this endpoint across all 3 revisions of this API.