---
title: "List All Actions Linked to a Specific Agent"
method: GET
path: "/v1/ai-agents/{agent_id}/actions"
tags: ["ActionAgentLink"]
---

# List All Actions Linked to a Specific Agent

`GET /v1/ai-agents/{agent_id}/actions`

List All Actions Linked to a Specific Agent

## Path parameters

- `agent_id` string, required — ID of the agent

## Response `200`

List of actions retrieved successfully

- BackendDbModelsAction[]
  - `id` string
  - `orgId` string
  - `name` string
  - `description` string, nullable
  - `parameters` object, nullable
  - `endpoint` object, nullable
  - `invocationTrigger` string, nullable
  - `userWaitingText` string, nullable
  - `userSuccessText` string, nullable
  - `userErrorText` string, nullable
  - `createdBy` string
  - `createdAt` string, date-time
  - `updatedBy` string
  - `updatedAt` string, date-time

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/tratahq/apis/trata-ai-api.md) · [All operations](https://skmtc.net/tratahq/apis/trata-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tratahq/trata-ai-api/revisions/8f7b69ee5a90/schema)
