latestOpenAPI 3.1.0Proprietary2026-08-175035117.5 KB

019f79ecdd6c

Imports

Cancel an import job

Cancels an import job that is still pending or running. Cancelling a job that already finished returns 400.

post/v3/imports/{jobId}/cancel

Path parameters

jobIdstring uuid required

Response

The cancelled 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