Repository / DORA

Get consolidated DORA dashboard metrics for a repository

get

Returns all DORA (DevOps Research and Assessment) dashboard metrics with predefined time ranges. Includes PR metrics, validation metrics, deploy metrics by environment, build metrics, release metrics, install metrics, apex test metrics, and workflow duration metrics. Results are cached based on the time range type.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
repositoryIdentifierstringRequired

Repository identifier in format owner/repo

Example: flxbl-io/sf-core
rangestring · enumRequired

Time range for metrics

Example: this_weekPossible values:
startnumberOptional

Start timestamp (Unix seconds) - required for custom range

Example: 1705708800
endnumberOptional

End timestamp (Unix seconds) - required for custom range

Example: 1706313600
environmentstringOptional

Filter by environment/targetorg

Example: prod
forceRefreshbooleanOptional

Force refresh - bypass cache and fetch fresh data

Default: falseExample: false
Responses
chevron-right
200

Dashboard metrics retrieved successfully

application/json
get
/sfp/api/repository/dora/dashboard

Last updated