# Get Scores for Scorecards

Endpoint: GET /v1/scores
Version: 1.0
Security: x-api-key

## Header parameters:

  - `Harness-Account` (string)
    Identifier field of the account the resource is scoped to.

## Query parameters:

  - `entity_identifier` (string, required)
    Identifier for entity to get the scores for score card

## Response 200 fields (application/json):

  - `scorecard_scores` (array, required)

  - `scorecard_scores.score` (integer, required)

  - `scorecard_scores.description` (string, required)

  - `scorecard_scores.scorecard_name` (string, required)

  - `overall_score` (integer, required)


