Skip to main content

Enqueue an async concept execution job

POST 

/execute/async

Enqueue a concept execution job and return immediately.

The response contains a job_id — poll GET /jobs/{job_id} at the returned poll_interval_seconds to retrieve the result once the job reaches status='completed'.

Use for long-running executions or when synchronous latency is unacceptable. The job executes the same path as POST /execute.

Returns HTTP 202 Accepted — the job is queued, not yet complete.

Request

Responses

Successful Response