Get Project Task Usage Report
Aggregate visible Task usage across the project.
Authentication
AuthorizationBearer
Bearer token authentication using JWT tokens from Ory Kratos/Hydra
Path parameters
org_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Query parameters
task_id
Filter to a specific task
aggregation
Time bucket granularity. Can be either 'day' or 'week'.
Allowed values:
status
Run outcome filter. Can be ALL, SUCCESS, or FAIL.
Allowed values:
Response
Successful Response
project_id
The unique identifier of the Project.
date_range
The time range for the report, with start and end timestamps.
aggregation
The time interval for data aggregation.
status
Run outcome filter applied to this usage report.
data
Visible task-run counts for each aggregation bucket.
total_runs
Total visible task runs across the reporting window.
Errors
400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error
