---
title: "Get actions"
method: GET
path: "/api/dm/actions/"
tags: ["Data Manager"]
---

# Get actions

`GET /api/dm/actions/`

Retrieve all the registered actions with descriptions that data manager can use.

## Query parameters

- `project` integer, required

## Response `200`

Actions retrieved successfully

- object[] — List of available actions
  - `dialog` object
    - `form` object[], nullable
    - `text` string, nullable
    - `title` string, nullable
    - `type` string, nullable
  - `experimental` boolean
  - `id` string
  - `order` integer
  - `permission` union
    - string
    - string[] — List of permissions (user needs any all of them)
  - `title` string

---

[API](https://skmtc.net/humansignal/apis/label-studio-api.md) · [All operations](https://skmtc.net/humansignal/apis/label-studio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/humansignal/label-studio-api/revisions/1d13f90af57a/schema)
