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

List all components.

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                                                        |
  | --------- | ---------------------------------------------------------------------------------- |
  | Cloud ID  | The unique Cloud ID of your Atlassian site. Can be retrieved using "Get Cloud ID". |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter    | Description                                                                                                                                                                    |
  | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Filter Name  | The name of the field to apply the filter. The valid field names are compass:tier, labels, ownerId, score and type.                                                            |
  | Filter Value | The filter value to apply.<br /><br />When using "in" operator, the value need to be in the following format:<br />\["OTHER","SERVICE"]<br />In any other case:<br />"SERVICE" |
  | Operator     | The filter operator to apply.                                                                                                                                                  |
  | Query        | Text query to search against.                                                                                                                                                  |
  | Sort By      | Sorting parameter for the results to be searched for. The default is by ranked results.                                                                                        |
  | Sort Order   | Sorting order for the results to be searched for.                                                                                                                              |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"compass": {
			"searchComponents": {
				"nodes": [
					{
						"link": "<string>",
						"component": {
							"id": "<string>",
							"name": "<string>",
							"description": null,
							"typeId": "<string>",
							"ownerId": "<string>",
							"fields": [
								{
									"definition": {
										"id": "<string>"
									},
									"value": [
										"<string>"
									]
								},
								{
									"definition": {
										"id": "<string>"
									}
								}
							],
							"scorecardScores": [
								{
									"totalScore": 2,
									"maxTotalScore": 128
								}
							]
						}
					}
				],
				"pageInfo": {
					"hasNextPage": false,
					"endCursor": null
				},
				"totalCount": 1
			}
		}
	},
	"extensions": {
		"gateway": {
			"request_id": "<string>",
			"crossRegion": false,
			"edgeCrossRegion": false
		}
	}
}
```

## Workflow Library Example

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