v1
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
Get Execution Timeline
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Query Parameters
Time period in hours (max 7 days)
Required range:
1 <= x <= 168Time bucket size in minutes
Required range:
5 <= x <= 1440Get Execution Timeline