v1
protected
triggers
Get Execution Timeline
Get execution timeline for a trigger.
Returns time-bucketed execution counts and success rates for visualization and trend analysis.
Args: trigger_id: The unique identifier of the trigger hours: Time period in hours to analyze (default 24, max 168) bucket_size_minutes: Size of time buckets in minutes (default 60) user_context: Authentication context trigger_service: Injected trigger service
Returns: Execution timeline data
Raises: HTTPException: If trigger not found
get/v1/triggers/{trigger_id}/timeline
Path parameters
trigger_idstring uuid required
Query parameters
hoursinteger
Time period in hours (max 7 days)
Time period in hours (max 7 days)
bucket_size_minutesinteger
Time bucket size in minutes
Time bucket size in minutes
Response
Successful Response