---
title: "List actions"
method: GET
path: "/actions"
tags: [""]
---

# List actions

`GET /actions`

## Query parameters

- `limit` integer
- `offset` integer

## Headers

- `Authorization` string, required

## Response `200`

200

- ListActionsResponse200
  - `status` string
  - `response` ActionsGetResponsesContentApplicationJsonSchemaResponse
    - `pagination` ActionsGetResponsesContentApplicationJsonSchemaResponsePagination
      - `total_records` integer
      - `limit` integer
      - `offset` integer
    - `actions` ActionsGetResponsesContentApplicationJsonSchemaResponseActionsItems[]
      - `action_id` string
      - `action_type` string
      - `name` string
      - `description` string
      - `parameters_hard_coded` ActionsGetResponsesContentApplicationJsonSchemaResponseActionsItemsParametersHardCoded
        - `sms_message_text` string

## Other responses

- `400` — 400

---

[API](https://skmtc.dev/synthflow/apis/platform-api.md) · [All operations](https://skmtc.dev/synthflow/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/synthflow/platform-api/revisions/636788eb0d70/schema)
