List Event Catalog
ListEventCatalog returns the complete compact audit-event vocabulary. It is intentionally unpaginated: clients receive the full bounded list and filter it locally, then call GetEventCatalogEntry for exact field detail.
GET
cURL
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
workspace_id optionally narrows permission resolution to one workspace, matching QueryEvents. Supplying an unreadable workspace is denied.
org_id optionally widens permission resolution to one organization. If workspace_id is also set, workspace_id wins as the narrower scope.
cURL