AimableDocs
DocsAPI Reference
GET/v1/admin/skills/executions/{execution_id}

Get Admin Execution Route

Tenant-wide audit detail — backs the Console's audit detail page. Returns an enriched envelope (skill_name, space_name, principal_display, tool_calls timeline, cost breakdown) matching the Console's ``ExecutionDetail`` type, not the raw skill_runtime schema.

Path Parameters

NameTypeRequiredDescription
execution_idstring (uuid)Required

Headers

NameTypeRequiredDescription
X-API-KeystringOptional

Request

curl -X GET '/api-proxy/v1/admin/skills/executions/{execution_id}' \
  -H 'Authorization: Bearer <YOUR_TOKEN>'

Response

200

No response body documented

Error Responses