latestOpenAPI 3.1.0Proprietary2026-08-175035117.5 KB

019f79ecdd6c

Exports

Cancel an export job

Cancels an export job that is still pending or running.

A 200 doesn't guarantee the job was cancelled — if it finished while the request was in flight, the response carries its actual final status. Always read status rather than relying on the status code.

post/v3/exports/{jobId}/cancel

Path parameters

jobIdstring uuid required

The export job identifier.

Response

The job's status after the attempt — cancelled, or the state it reached first.

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

success, failure and cancelled are final states.