Retrieve analytics data for agent task execution including success rates, performance metrics, and usage statistics.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The start date for the analytics period. The date will be normalized to the beginning of the day (00:00:00) in the provided timezone. Used to filter task execution data for analytics calculation.
"2024-01-01T00:00:00Z"
The end date for the analytics period. The date will be normalized to the end of the day (23:59:59) in the provided timezone. Analytics will include all tasks executed between startDate and endDate inclusive.
"2024-01-31T23:59:59Z"
The unique identifier of the agent to retrieve analytics for. Analytics will be calculated only for tasks executed by this specific agent during the specified date range.
"123e4567-e89b-12d3-a456-426614174000"
Analytics data retrieved successfully
Performance metrics for the requested analytics period including task counts, success rates, runtime statistics, and user feedback
Percentage changes in key metrics compared to the previous period of the same length. Shows growth or decline trends across all tracked metrics.
Time-series data for visualizing task completion trends and evaluation scores over the analytics period. Each element represents a day in the date range.