v1
latestOpenAPI 3.1.02026-07-263644911022.4 KBCatalog 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.
Example response
[
{
"id": "webhook",
"name": "Webhook",
"version": "v1"
}
]