v1

latestOpenAPI 3.1.02026-07-263644911022.4 KB
Catalog API

List Catalog Triggers

Use this endpoint to retrieve all built-in triggers registered in the catalog.

get/v1/catalog/triggers

Response

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

idstring

Unique identifier of the trigger.

namestring

Display name of the trigger.

versionstring

Trigger version.

Example response

[
  {
    "id": "webhook",
    "name": "Webhook",
    "version": "v1"
  }
]