Docs de Autonomy
Referencia de APIRuns

Submit a run step report

Updates an existing step log for a run. This compatibility endpoint accepts organization API keys only; runner processes use the typed Convex transport.

POST
/api/runs/report

Updates an existing step log for a run. This compatibility endpoint accepts organization API keys only; runner processes use the typed Convex transport.

Authorization

apiKeyBearerAuth
AuthorizationBearer <token>

Send Authorization: Bearer aut_xxx. OAuth access tokens are not accepted by API-key-only compatibility endpoints.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/api/runs/report" \  -H "Content-Type: application/json" \  -d '{    "runId": "string",    "stepIndex": 0,    "status": "pending"  }'
{
  "success": true
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}
{
  "error": "string"
}