v2
latestOpenAPI 3.1.02026-08-05267431678.1 KBauto-agent
Get Run Status
Get the status and results of an Auto Agent run.
Poll this endpoint to check if the run is still running or has completed. When the run is active and new logs exist, schedules a background task to generate an AI progress summary.
Args: run_id: UUID of the run to check. auth: Authenticated user (ownership is enforced).
Returns: Current run status and results if complete.
Raises: HTTPException: 404 if run not found or not owned by user.
get/auto-agent/run/{run_id}
Path parameters
run_idstring required
Response
Successful Response