Get automation event schemas
Return all supported trigger event schemas, keyed by source then event name.
Each schema describes the event’s payload fields, which operators its
conditions support, and the valid replies verbs, so callers can
construct valid triggers for the create and update endpoints.
Permissions
Requires a service user with theViewOrgAutomations permission at the organization level.
Usage
Call this endpoint before building automations: it returns every supported trigger event type (keyed by source, then event name) with its payload fields, the operators its conditions support, and the validreplies verbs, so you can construct valid triggers for the create and update endpoints. Sources that are not enabled for the organization are omitted.Authorizations
Service User credential (prefix: cog_)
Path Parameters
Organization ID (prefix: org-)
"org-abc123def456"
Response
Successful Response
Event source → event name → schema.
PATCH semantics active for this organization: 'replace_groups' (a config group present in the request replaces the stored group wholesale) or 'merge_patch' (RFC 7396 for objects: omitted members of a present group keep their stored values, explicit nulls clear; list membership still replaces wholesale — deletion is resending the list without the element — but each sent element merges onto the stored element of the same type when that type appears exactly once on both sides; repeated types must be restated fully). Open enum — clients must tolerate new values.

