Skip to content

Get DORA report with total values.

GET
/v1/review_requests/{org_uuid}/reports/dora/total

Get DORA report with total values based on the filters.

Authorizations

apiKey

API key as username in Basic Authorization with
empty password.

TypeAPI Key (header: Authorization)
or
jwtToken
TypeHTTP (bearer)

Parameters

Path Parameters

org_uuid*

UUID of the organization

Typestring
Required
format"uuid"

Query Parameters

timezone

The time zone defined by IANA.

Typestring
Example"Europe/Berlin"
from

Only entities that has a timestamp from this date including
the date.

Typestring
Example"2024-04-11"
format"date"
to

Only entities that has a date up to this date including
the date.

Typestring
Example"2024-04-11"
format"date"

Responses

OK

application/json
JSON
{
"lead_time_for_change_seconds_max": 23232,
"lead_time_for_change_seconds_min": 2,
"lead_time_for_change_seconds_total": 223232,
"lead_time_for_change_seconds_avg": 2232,
"lead_time_for_change_count": 22,
"time_to_restore_seconds_max": 2323,
"time_to_restore_seconds_min": 2,
"time_to_restore_seconds_total": 2,
"time_to_restore_seconds_avg": 21122,
"time_to_restore_count": 2,
"days_with_data_total": 2,
"status_success_total": 42,
"status_failed_total": 32,
"status_unstable_total": 0
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI