---
title: "Retrieve an event trigger"
method: GET
path: "/events/event-triggers/{id}"
tags: ["Custom Event Triggers"]
---

# Retrieve an event trigger

`GET /events/event-triggers/{id}`

## Path parameters

- `id` string, uuid, required

## Headers

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

## Response `200`

OK

- 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

## Other responses

- `404` — Not Found
- `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)
