---
title: "List Ticket Trigger Action and Condition Definitions"
method: GET
path: "/api/v2/triggers/definitions"
tags: ["Triggers"]
---

# List Ticket Trigger Action and Condition Definitions

`GET /api/v2/triggers/definitions`

Returns the definitions of the actions a ticket trigger can perform and the
definitions of the conditions under which a ticket trigger can execute. The
definition of the action includes a title ("Status"), a type ("list"), and
possible values. The definition of the condition includes the same fields
as well as the possible operators.

For a list of supported actions, see the [Actions reference](/documentation/ticketing/reference-guides/actions-reference)
For a list of supported conditions, see the [Conditions reference](/documentation/ticketing/reference-guides/conditions-reference)

#### Allowed For

* Agents

## Response `200`

Success response

- TriggerDefinitionResponse
  - `definitions` TriggerDefinitionObject
    - `actions` TriggerActionDefinitionObject[]
      - `group` string
      - `nullable` boolean
      - `repeatable` boolean
      - `subject` string
      - `title` string
      - `type` string
      - `values` object[]
        - `enabled` boolean
        - `title` string
        - `value` string
    - `conditions_all` TriggerConditionDefinitionObjectAll[]
      - `group` string
      - `nullable` boolean
      - `operators` object[]
        - `terminal` boolean
        - `title` string
        - `value` string
      - `repeatable` boolean
      - `subject` string
      - `title` string
      - `type` string
      - `values` object[]
        - `enabled` boolean
        - `title` string
        - `value` string
    - `conditions_any` TriggerConditionDefinitionObjectAny[]
      - `group` string
      - `nullable` boolean
      - `operators` object[]
        - `terminal` boolean
        - `title` string
        - `value` string
      - `repeatable` boolean
      - `subject` string
      - `title` string
      - `type` string

---

[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)
