v2

latestOpenAPI 3.1.02026-08-05267431678.1 KB
auto-agent

Update Sandbox Phase

Update the high-level progress phase visible to the user.

Args: run_id: Run UUID from the path. body: {"phase": "analyzing"}. callback_token: One-time token issued at run creation.

Raises: HTTPException 401: Token invalid or run already finalized. HTTPException 404: Run not found.

post/auto-agent/run/{run_id}/phase

Path parameters

run_idstring required

Headers

X-Callback-Tokenstring required

Request body

phasestring required

Phase identifier, e.g. analyzing.

Response

Successful Response