Retrieve timing metrics for task executions.
This endpoint provides detailed timing data about task runs, including:
Use this data to:
The unique identifier of the organization.
The unique identifier of the project.
The specific Task to reference.
Start date for the report (e.g., ‘2023-06-01’, ‘24 hours ago’, ‘yesterday’).
End date for the report (e.g., ‘2023-06-30’, ‘now’, ‘today’).
The aggregation level for the report. Can be either ‘day’ or ‘week’.
Successful Response
The unique identifier of the Task.
The time range for the report, with start and end timestamps.
The time interval for data aggregation. ‘hour’ shows last 24 hours in hourly blocks, ‘day’ shows last 7 days in daily blocks.
Total number of task runs for each time interval.
Timing data broken down by task revision, showing performance metrics for each active revision.