Fetch Usage Report
Retrieve usage statistics for task executions.
This endpoint provides detailed usage data about task runs, including:
- Number of executions over time
- Success and failure rates
- Usage patterns by time period
- Aggregated metrics by day or week
Use this data to:
- Monitor task usage patterns
- Track execution success rates
- Analyze usage trends
- Plan capacity and scaling
Path parameters
The unique identifier of the organization.
The unique identifier of the project.
The specific Task to reference.
Headers
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
The aggregation level for the report. Can be either ‘day’ or ‘week’.
Response
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. ‘day’ shows last 24 hours in hourly blocks, ‘week’ shows last 7 days in daily blocks.
Usage data broken down by task revision, showing invocation counts for each active revision.
Total number of task invocations for each time interval across all revisions.