Skip to main content

Get Component Events

GET 

/api/components/:component_key/events

Get available events for a specific app/component.

This endpoint returns event schemas including:

  • Event metadata (id, name, description, icon, color)
  • Event data fields (output_schema) - what data will be available
  • Configuration schema (config_schema) - what user must configure
  • Option providers for dynamic selects

Args: component_key: Component identifier (e.g., 'demo', 'fb_lead_ads')

Returns: List of available events with their complete schemas

Request

Responses

Successful Response