Skip to main content

Get Event Details

GET 

/api/events/components/:component_key/events/:event_key

Get full details for a specific event including schemas.

Used when user selects an event to configure in trigger UI. Returns complete event definition with output schema, config schema, and option providers.

Path Parameters:

  • component_key: Component identifier
  • event_key: Event identifier

Response: { "success": true, "event": { "key": "appointment_create", "name": "Appointment Created", "description": "...", "output_schema": { ... }, "config_schema": { ... }, "option_providers": { ... } } }

Request

Responses

Successful Response