# Get Aggregated Scores for Catalog entities

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

## Header parameters:

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

## Request fields (application/json):

  - `kind` (string, required)

  - `type` (string)

  - `owners` (array)

  - `tags` (array)

  - `lifecycle` (array)

## Response 200 fields (application/json):

  - `entity` (object)
    Scores for each backstage entity

  - `entity.name` (string, required)

  - `entity.title` (string, required)

  - `entity.kind` (string, required)

  - `entity.namespace` (string, required)

  - `entity.scores` (array, required)

  - `entity.scores.score` (integer, required)

  - `entity.scores.description` (string, required)

  - `entity.scores.scorecard_name` (string, required)


