v1
latestOpenAPI 3.1.02026-07-22304756.7 KBBox
Get prompt run status
Returns first-class status for a queued/running/finished prompt so clients do not infer completion from box state and events.
get/boxes/{boxId}/prompts/{promptId}
Path parameters
boxIdstring required
Public Box id returned by create/list/get box calls.
promptIdstring required
Response
Prompt run status.
Example response
{
"ok": true
}