Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A valid request URL is required to generate request examples
{ "results": { "completedAt": "<string>", "startedAt": "<string>", "updatedAt": "<string>", "createdAt": "<string>", "errorMessage": "<string>", "files": [ { "updatedAt": "<string>", "sizeBytes": 123, "path": "<string>" } ], "usage": { "numTurns": 123, "outputTokens": 123, "inputTokens": 123, "costUsd": 123 }, "handoff": { "dashboardUrl": "<string>", "summary": "<string>" }, "events": [ { "createdAt": "<string>", "message": "<string>" } ], "projectUuid": "<string>", "agentOnboardingRunUuid": "<string>" }, "status": "ok" }
{ "error": { "name": "<string>", "statusCode": 123, "data": "<unknown>", "message": "<string>" }, "status": "error"}
Request cancellation of an agent onboarding run.
Stringified UUIDv4. See RFC 4112
[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-4[0-9A-Fa-f]{3}-[89ABab][0-9A-Fa-f]{3}-[0-9A-Fa-f]{12}
Success
Show child attributes
ok
Was this page helpful?