---
title: "Get a Specific Action by ID"
method: GET
path: "/v1/actions/{action_id}"
tags: ["Actions"]
---

# Get a Specific Action by ID

`GET /v1/actions/{action_id}`

Get a Specific Action by ID

## Path parameters

- `action_id` string, required — ID of the action

## Response `200`

Action retrieved successfully

- BackendDbModelsAction — Action entity to store the actions which can be performed by ai agents
  - `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)
