Get Project Task Timing Report

Aggregate visible Task timing across the project.

Authentication

AuthorizationBearer

Bearer token authentication using JWT tokens from Ory Kratos/Hydra

Path parameters

org_idstringRequiredformat: "uuid"
The unique identifier of the organization.
project_idstringRequiredformat: "uuid"
The unique identifier of the project.

Query parameters

task_idstringOptionalformat: "uuid"
Filter to a specific task
start_datestringOptionalformat: "date-time"
Report start timestamp
end_datestringOptionalformat: "date-time"
Report end timestamp
aggregationenumOptionalDefaults to hour
Time bucket granularity. Can be either 'hour' or 'day'.
Allowed values:

Response

Successful Response
project_idstringformat: "uuid"
The unique identifier of the Project.
date_rangemap from strings to strings
The time range for the report, with start and end timestamps.
aggregationenum
The time interval for data aggregation.
datamap from strings to objects
Timing data for each time bucket.
total_task_runsinteger
Total visible task runs across the full reporting window.

Errors

400
Bad Request Error
403
Forbidden Error
422
Unprocessable Entity Error