---
title: "List Macro Action Definitions"
method: GET
path: "/api/v2/macros/definitions"
tags: ["Macros"]
---

# List Macro Action Definitions

`GET /api/v2/macros/definitions`

Returns the definitions of the actions a macro can perform. For example,
one action can set the status of a ticket. The definition of the action
includes a title ("Status"), a type ("list"), and possible values. For a
list of support actions, see [Actions reference](/documentation/ticketing/reference-guides/actions-reference).

#### Allowed For

* Agents

## Response `200`

Success Response

- object
  - `definitions` object
    - `actions` object[]

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
