Exports
Cancel export
Cancels a queued or running export job. Only exports with status queued or running
can be canceled. This operation is idempotent - canceling an already canceled export
succeeds silently.
POST
Python (ticksupply library)
Authorizations
Your API key. Get one from the dashboard at https://app.ticksupply.com/api-keys
Headers
Unique key for idempotent requests. If you retry a request with the same key, you'll receive the original response without the operation being performed again.
Must be a valid UUID (any version — v4 recommended for uniqueness), up to 128 characters.
Maximum string length:
128Path Parameters
Export job ID (prefixed format, e.g., exp_xxx)
Pattern:
^exp_[a-f0-9]{32}$Response
Export canceled successfully
Last modified on April 17, 2026
Python (ticksupply library)