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
Path parameters
Slug of the workspace the request acts in
Slug of the workspace the request acts in
Query parameters
Time period in hours (max 7 days)
Time period in hours (max 7 days)
Time bucket size in minutes
Time bucket size in minutes
Response
Successful Response
Changes
Changed in 1 of the 45 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○