---
title: "List All Actions Under the User&#39;s Organization"
method: GET
path: "/v1/actions"
tags: ["Actions"]
---

# List All Actions Under the User&#39;s Organization

`GET /v1/actions`

List All Actions Under the User&#39;s Organization

## Query parameters

- `search_by` string, nullable — Field name to search by
- `search_value` string, nullable — Value to search for in the specified field
- `status` string, nullable — Filter by status
- `sort_by` string, nullable — Field to sort by
- `sort_order` 'asc' | 'desc'
- `skip` integer — Number of records to skip
- `limit` integer — Maximum number of records to return

## 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/versions/8f7b69ee5a90/schema)
