Get Project TaskAgent Timing Report
Aggregate timing across the TaskAgent runs visible to the caller in this project.
Scope the report with `task_agent_id`, `start_date` and `end_date`. `aggregation` selects the bucket granularity: `hour` (the default) covers the last 24 hours, `day` the last seven days.
`data` contains every bucket in the window, including empty ones, and `avg_duration_ms` is the mean wall-clock duration of the runs in that bucket.
Authentication
AuthorizationBearer
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
OR
AuthorizationBearer
API key or access token, sent as Authorization: Bearer <token>. The simplest option: create an API key in your dashboard under Settings, then paste it here.
Path parameters
org_id
The organization ID
project_id
The project ID
Query parameters
task_agent_id
Filter to a specific TaskAgent
start_date
Report start timestamp
end_date
Report end timestamp
aggregation
Time bucket granularity. Can be either 'hour' or 'day'.
Allowed values:
Response
Project TaskAgent timing report details retrieved successfully
project_id
Unique identifier of the Project.
date_range
Time period covered by the report.
aggregation
Time bucket granularity used for the report.
data
Average duration and visible run counts for each aggregation bucket.
total_runs
Total number of visible runs included in the report.
Errors
400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error