Retrieve group-level DORA metrics
GET
/api/v4/groups/{id}/dora/metrics
Retrieves DORA metrics for a specified group.
Authorizations
Section titled “ Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “ Path Parameters ” id
required
string
The ID of the group
Query Parameters
Section titled “ Query Parameters ” metric
required
string
One of deployment_frequency, lead_time_for_changes, time_to_restore_service or change_failure_rate
start_date
string format: date
Date range to start from. ISO 8601 Date format, for example 2021-03-01. Default is 3 months ago
end_date
string format: date
Date range to end at. ISO 8601 Date format, for example 2021-03-01. Default is the current date
interval
string
The bucketing interval. One of all, monthly or daily. Default is daily
environment_tiers
Array<string>
The tiers of the environments. Default is production
Responses
Section titled “ Responses ”Successful operation
Bad request
Unauthorized
Not Found