Skip to content

Retrieve group-level DORA metrics

GET
/api/v4/groups/{id}/dora/metrics

Retrieves DORA metrics for a specified group.

id
required
string

The ID of the group

metric
required
string
nullable

One of deployment_frequency, lead_time_for_changes, time_to_restore_service or change_failure_rate

start_date
string format: date
nullable

Date range to start from. ISO 8601 Date format, for example 2021-03-01. Default is 3 months ago

end_date
string format: date
nullable

Date range to end at. ISO 8601 Date format, for example 2021-03-01. Default is the current date

interval
string
nullable

The bucketing interval. One of all, monthly or daily. Default is daily

environment_tiers
Array<string>
nullable

The tiers of the environments. Default is production

Successful operation

Bad request

Unauthorized

Not Found