# Get Data for check status for graph

Endpoint: GET /v1/scores/graph
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

  - `scorecard_identifier` (string)
    Identifier for scorecard

## Response 200 fields (application/json):

  - `scorecard_graph_summary` (array, required)

  - `scorecard_graph_summary.scorecard_identifier` (string, required)

  - `scorecard_graph_summary.timestamp` (integer, required)

  - `scorecard_graph_summary.score` (integer, required)


