---
title: "List agent actions"
method: GET
path: "/api/agent-actions"
tags: ["Platform API"]
---

# List agent actions

`GET /api/agent-actions`

List action capabilities that an Outlit agent may reference. This route is read-only and does not grant actions to any agent.

## Response `200`

Available agent action capabilities.

- ListAgentActionsCommandSuccess
  - `ok` true, required
  - `commandId` 'agent.listAvailableActions', required
  - `commandVersion` 1, required
  - `correlationId` string, required
  - `result` object, required
    - `operationId` 'agent.availableActions.list', required
    - `status` 'completed', required
    - `resources` CommandResource[], required
      - `type` string, required
      - `id` string, required
    - `data` object, required
      - `actions` AgentActionSummary[], required
        - `key` string, required
        - `version` integer, required
        - `label` string, required
        - `category` string, required
        - `subjectTypes` string[], required
    - `warnings` string[], required
    - `auditId` string

## Other responses

- `401` — Invalid or missing API key.
- `403` — The API key is valid but does not have the required agent read scope.
- `500` — Internal server error.

## Changes

- **2026-06-29** `7e4ecacaa07f` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/outlitai/apis/outlit-api/changes/api/agent-actions/get.md)

---

[API](https://skmtc.dev/outlitai/apis/outlit-api.md) · [All operations](https://skmtc.dev/outlitai/apis/outlit-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/outlitai/outlit-api/revisions/147173adbb3f/schema)
