API Process
Delete Process Run
Cancel and delete a process run. Cancellation is best-effort for runs already running.
Path Parameters
run_id*Run Id
Format
uuidworkspace_id*Workspace Id
Format
uuidResponse Body
application/json
application/json
{ "status": "ok"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}Create Process Run POST
Create a new processing run from a JSON config and optional inline files. The run is auto-started unless `staged=true`. Returns 200 with the result when a terminal state is reached within `wait`, otherwise 202 with the run handle.
List Process Results GET
Retrieve a paginated list of individual document results for a process run.