Fetch Token Report
Retrieve detailed token usage statistics for a specific task.
This endpoint provides comprehensive token consumption data, including:
- Total tokens used across all task runs
- Token usage breakdown by time period
- Average tokens per request
- Usage patterns and trends
Parameters:
- start_date: Filter data from this date onward (supports both absolute dates and relative times)
- end_date: Filter data up to this date (supports both absolute dates and relative times)
Date Format Options:
- Absolute dates: ‘YYYY-MM-DD’ (e.g., ‘2024-01-15’)
- Relative times:
- ‘now’, ‘today’, ‘yesterday’
- ‘X hours/days/weeks ago’ (e.g., ‘24 hours ago’, ‘7 days ago’)
- ‘last week’, ‘last month’
Common Use Cases:
- Monitoring token consumption trends
- Cost analysis and budgeting
- Usage pattern analysis
- Resource allocation planning
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
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’).
Response
Successfully retrieved token usage report
Unique identifier of the task
Time period covered by the report, with start and end timestamps
Total number of input tokens consumed across all revisions and runs
Total number of output tokens generated across all revisions and runs
Combined total of input and output tokens across all revisions
Total number of task executions across all revisions
Token usage breakdown by task revision, showing detailed statistics for each active revision