v1
protected
triggers
Get Execution Correlations
Get execution correlation data for a trigger.
Returns execution data with correlation information to created tasks and workflows for debugging and monitoring purposes.
Args: trigger_id: The unique identifier of the trigger page: Page number for pagination page_size: Number of executions per page user_context: Authentication context trigger_service: Injected trigger service
Returns: Execution correlation data
Raises: HTTPException: If trigger not found
get/v1/triggers/{trigger_id}/correlations
Path parameters
trigger_idstring uuid required
Query parameters
pageinteger
Page number
Page number
page_sizeinteger
Number of executions per page
Number of executions per page
Response
Successful Response