API Reference

Event catalog

Public, read-only catalog of Alfred event types, lifecycle metadata, and JSON Schemas; it requires no bearer token and does not depend on workflow state.

GET/v1/events/catalog

Public, read-only catalog of Alfred event types, lifecycle metadata, and JSON Schemas; it requires no bearer token and does not depend on workflow state.

Response Body

application/json

curl -X GET "https://example.com/v1/events/catalog"
{  "events": [    null  ]}