---
title: "Get a Catalog Trigger"
method: GET
path: "/v1/catalog/triggers/{id}"
tags: ["Catalog API"]
---

# Get a Catalog Trigger

`GET /v1/catalog/triggers/{id}`

Use this endpoint to retrieve the metadata and JSON Schema of a specific catalog trigger.

## Path parameters

- `id` string, required

## Response `200`

Indicates that the request was successful and the response contains the requested data.

- CatalogTriggerDetail
  - `id` string — Unique identifier of the trigger.
  - `name` string — Display name of the trigger.
  - `schema` string — JSON Schema defining the expected configuration for this trigger.
  - `version` string — Trigger version.

## Other responses

- `404` — Indicates that the requested resource could not be found.

---

[API](https://skmtc.net/lerian/apis/identity-plugin.md) · [All operations](https://skmtc.net/lerian/apis/identity-plugin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lerian/identity-plugin/versions/25daba385532/schema)
