Cancel a running or pending job.
Idempotent: cancelling an already-cancelled job returns 200. For RUNNING jobs, returns 202 since the workflow handles cancellation asynchronously.
API key for authentication
Selected Account ID
Job cancelled (PENDING) or already cancelled (idempotent)
Job response model representing an asynchronous operation.
ID of the entity
ID of the project
Operation type (e.g., 'parse')
parse, extract, vector_store, chunk Current job status
pending, running, succeeded, failed, cancelled When the job was created
"job"Source document/file ID
Request correlation ID for tracing
When the job started processing
When the job completed
Job result payload when completed
Error message if job failed
Timeline of job execution events