v51

OpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-08-01308532588.1 KB
Runners

Next local runner job

Long-poll for the next pending local runner job

post/v1/private/local-runners/{runnerId}/jobs/next

Path parameters

runnerIdstring uuid required

Response

Job available, or null if no pending jobs

idstring uuid
runner_idstring uuid
agent_namestring
status'pending' | 'running' | 'completed' | 'failed' | 'cancelled'
inputsJsonNode
resultJsonNode
errorstring
project_idstring uuid
trace_idstring uuid
mask_idstring uuid

Deprecated. Use prompt_masks to read one or more mask overlays keyed by prompt id.

prompt_masksobject

Mask overlays to apply during agent execution, keyed by prompt id.

blueprint_namestring
timeoutinteger
created_atstring date-time
started_atstring date-time
completed_atstring date-time