> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get Component Scorecard

Retrieves a scorecard by its unique identifier (ID).

## Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                             |
  | ------------ | --------------------------------------------------------------------------------------- |
  | Component ID | The unique internal component's ID. Can be retrieved using "List Components".           |
  | Scorecard ID | The unique internal scorecard's ID. Can be retrieved using "List Component Scorecards". |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"compass": {
			"scorecard": {
				"id": "<string>",
				"name": "<string>",
				"description": "<string>",
				"componentTypeIds": [
					"<string>",
					"<string>"
				],
				"importance": "<string>",
				"componentLabels": [],
				"scorecardScore": {
					"totalScore": 16,
					"maxTotalScore": 170
				},
				"criterias": [
					{
						"id": "<string>",
						"weight": 40,
						"scorecardCriteriaScore": {
							"score": 1,
							"maxScore": 25
						},
						"comparatorValue": 110,
						"comparator": "<string>",
						"metricDefinition": {
							"id": "<string>",
							"type": "<string>",
							"name": "<string>",
							"format": {
								"suffix": "<string>"
							}
						}
					},
					{
						"id": "<string>",
						"weight": 57,
						"scorecardCriteriaScore": {
							"score": 1,
							"maxScore": 35
						},
						"comparatorValue": 22,
						"comparator": "<string>",
						"metricDefinition": {
							"id": "<string>",
							"type": "<string>",
							"name": "<string>",
							"format": {
								"suffix": "<string>"
							}
						}
					}
				],
				"appliedToComponents": {
					"totalCount": 1
				},
				"owner": {
					"name": "<string>",
					"picture": "<string>"
				}
			}
		}
	},
	"extensions": {
		"gateway": {
			"request_id": "<string>",
			"crossRegion": false,
			"edgeCrossRegion": false
		}
	}
}
```

## Workflow Library Example

[Get Component Scorecard with Compass and Send Results Via Email](https://library.blinkops.com/workflows/get-component-scorecard-with-compass-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/get-component-scorecard-with-compass-and-send-results-via-email/canvas" />
</div>
