/v1/admin/skills/executionsTenant-wide audit list — backs the Console's Skills Audit page. Requires ``skills.execution.view.any`` (audit is by definition a cross-principal/cross-space view; the per-space list endpoint is available without that permission for the caller's own runs).
| Name | Type | Required | Description |
|---|---|---|---|
cursor | string | Optional | |
limit | integer | Optional | Default: 25 |
state | string | Optional | |
skill_slug | string | Optional | |
space_id | string | Optional | |
principal_id | string | Optional | |
started_after | string | Optional | |
started_before | string | Optional | |
source | string | Optional |
| Name | Type | Required | Description |
|---|---|---|---|
X-API-Key | string | Optional |
curl -X GET '/api-proxy/v1/admin/skills/executions' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented
curl -X GET '/api-proxy/v1/admin/skills/executions' \
-H 'Authorization: Bearer <YOUR_TOKEN>'No response body documented