v1
Get Execution Metrics
Get execution metrics for a trigger.
Returns aggregated metrics including success rate, average execution time, and failure counts for the specified time period.
Args: trigger_id: The unique identifier of the trigger hours: Time period in hours to analyze (default 24, max 168) user_context: Authentication context trigger_service: Injected trigger service
Returns: Execution metrics for the trigger
Raises: HTTPException: If trigger not found
GET
Get Execution Metrics
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 <= 168Response
Successful Response
Response model for execution metrics.
Get Execution Metrics