Get DORA Metric Report
GET/v1/insights/dora/:metric
Retrieves a DORA metric report for the specified repositories and timeframe
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successful DORA metric report response. Response structure changes based on the groupBy query parameter:
- When groupBy=repo (default): Returns 'all-repos' and 'repos' fields
- When groupBy=team: Returns 'all-teams' and 'teams' fields
Bad Request
Unauthenticated Error
Unauthorized Error
Internal Server Error