> ## 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.

# List Component Scorecards

Retrieves all component's score cards.

## Parameters

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

## Example Output

```json theme={"dark"}
{
	"data": {
		"compass": {
			"component": {
				"id": "ari:cloud:compass:f76f31ea-43d4-40ee-98e8-2fcc90f19324:component/222a3b0b-da6f-4622-99c4-7eb55a6dfb69/2e2743b7-4cb0-4161-88e1-1ceda7b9008b",
				"name": "My Component",
				"typeId": "SERVICE",
				"scorecards": [
					{
						"id": "ari:cloud:compass:f76f31ea-43d4-40ee-98e8-2fcc90f19324:scorecard/222a3b0b-da6f-4622-99c4-7eb55a6dfb69/8ef553b3-48c8-43a7-934f-5f2acc9dab39",
						"name": "d67503e3-1d95-4749-bcb8-97611395b2b2",
						"componentTypeIds": [
							"SERVICE"
						],
						"importance": "REQUIRED",
						"scorecardScore": {
							"totalScore": 100,
							"maxTotalScore": 100
						}
					}
				]
			}
		}
	},
	"extensions": {
		"gateway": {
			"request_id": "2b7d0269960b497dbbee684d7bcb75d2",
			"crossRegion": false,
			"edgeCrossRegion": false
		}
	}
}
```

## Workflow Library Example

[List Component Scorecards with Compass and Send Results Via Email](https://library.blinkops.com/workflows/list-component-scorecards-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/list-component-scorecards-with-compass-and-send-results-via-email/canvas" />
</div>
