---
title: "Get a score"
method: GET
path: "/v1/scores/{id}"
tags: ["Scores"]
---

# Get a score

`GET /v1/scores/{id}`

Retrieves a single score by id.

## Response `200`

Retrieves a single score by id.

- object
  - `data` Score
    - `id` string
    - `frameworkId` string
    - `frameworkName` string
    - `company` string
    - `screeningId` string
    - `finalScore` number
    - `elementScores` ElementScore[]
      - `elementId` string
      - `elementName` string
      - `score` number
      - `reasoning` string
      - `confidence` number
    - `metadata` object
    - `createdAt` string, date-time
    - `updatedAt` string, date-time

## Other responses

- `401` — Missing or invalid API key credentials.
- `404` — The resource does not exist in your organization.

---

[API](https://skmtc.net/metal/apis/metal-api.md) · [All operations](https://skmtc.net/metal/apis/metal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metal/metal-api/revisions/afb7b675d5b2/schema)
