v1

latestOpenAPI 3.1.02026-07-22304756.7 KB
Box

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.

okboolean required
type'prompt.run' required

Stable success envelope discriminator added by v1.

idstring required

Example response

{
  "ok": true
}