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

List Entities.

## Basic Parameters

<div className="integrations-table">
  | Parameter      | Description                         |
  | -------------- | ----------------------------------- |
  | Cloud Provider | Cloud provider of the entity items. |
  | Types          | Type of the action.                 |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description                                                            |
  | --------- | ---------------------------------------------------------------------- |
  | After     | Returns the elements in the list that come after the specified cursor. |
  | First     | Returns the first n elements from the list.                            |
</div>

## Example Output

```json theme={"dark"}
{
	"data": {
		"Entities": {
			"nodes": [
				{
					"Name": "random-generated-name-0000000000000",
					"Tags": [
						{
							"Key": "Key1",
							"Value": "Val1"
						},
						{
							"Key": "Key2",
							"Value": "Val2"
						},
						{
							"Key": "Key3",
							"Value": "Val3"
						},
						{
							"Key": "Key4",
							"Value": "Val4"
						}
					],
					"Provider": "AWS",
					"ID": "arn:aws:ec2:region-000000000000"
				}
			],
			"pageInfo": {
				"hasNextPage": true,
				"endCursor": "ewogICJTb3J0VmFsdWVzIjogWwogICAgMTY0NTQwMjI3NjM1NiwKICAgICIyOTdhYzY2Zi02NzM5LTQwNWYtODM3MC1lZDBhNmMwOTZlZjciCiAgXQp9"
			}
		}
	}
}
```

## Workflow Library Example

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