---
title: "List event triggers"
method: GET
path: "/events/event-triggers"
tags: ["Custom Event Triggers"]
---

# List event triggers

`GET /events/event-triggers`

## Query parameters

- `baseObject` string
- `eventTypeName` string
- `active` string
- `start` integer
- `limit` integer

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Entity-Ids` string
- `Zuora-Org-Ids` string
- `Zuora-Track-Id` string

## Response `200`

OK

- object
  - `data` EventTrigger[]
    - `active` boolean — The status of the trigger.
    - `baseObject` string — The base object that the trigger rule is defined upon. The format of the value in this field depends on the base object type: - Standard object: object name, which should follow the pattern ^[A-Z][\w\-]*$. For example, `Invoice`. - Custom object: `default__<custom_object_api_name>`. For example, `default__vehicle`.
    - `condition` string — The JEXL expression to be evaluated against object changes. See above for more information and an example.
    - `description` string — The description of the trigger.
    - `eventType` EventType
      - `description` string — The description of the event type.
      - `displayName` string, required — The display name for the event type.
      - `name` string, required — The name of the event. Should be unique, contain no space, and be in the pattern: ^[A-Za-z]{1,}[\\w\\-]*$
    - `id` string, uuid
  - `next` string — The link to the next page. No value if it is last page.

## Other responses

- `400` — Bad Request
- `500` — Server Error

---

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