> ## 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 Endpoint Tags

Get Endpoint tags that match the filters.

## Basic Parameters

<div className="integrations-table">
  | Parameter        | Description                                                                                                                  |
  | ---------------- | ---------------------------------------------------------------------------------------------------------------------------- |
  | Count Only       | If true, only total number of items will be returned, without any of the actual objects.                                     |
  | Cursor           | Cursor position returned by the last request. Use to iterate over more than 1000 items. Example: "YWdlbnRfaWQ6NTgwMjkzODE=". |
  | Limit            | Limit number of returned items (1-1000). Example: 10.                                                                        |
  | Return All Pages | Automatically fetch all resources, page by page.                                                                             |
  | Sort By          | The column to sort the results by. Example: id.                                                                              |
  | Tag Key          | Filter by tag key.                                                                                                           |
  | Tag Value        | Filter by tag value.                                                                                                         |
  | Tags IDs         | List of tag IDs to filter by.                                                                                                |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter   | Description                                                                       |
  | ----------- | --------------------------------------------------------------------------------- |
  | Account IDs | List of Account IDs to filter by. Example: 225494730938493804,225494730938493915. |
</div>

## Example Output

```json theme={"dark"}
{
	"data": [
		{
			"createdBy": "John Doe",
			"scopeLevel": "site",
			"updatedBy": "John Doe",
			"key": "env",
			"id": "225494730938493804",
			"endpointsInCurrentScope": "integer",
			"description": "env-prod",
			"createdAt": "2018-02-19T16:32:00.000Z",
			"allowEdit": "boolean",
			"value": "production",
			"scopePath": "Global\\Default account\\Default site",
			"totalEndpoints": "integer",
			"updatedAt": "2018-02-20T16:40:00.000Z",
			"scopeId": "225494730938493804",
			"type": "agents"
		}
	],
	"pagination": {
		"nextCursor": null,
		"totalItems": 4
	}
}
```

## Workflow Library Example

[Get Endpoint Tags with Sentinelone and Send Results Via Email](https://library.blinkops.com/workflows/get-endpoint-tags-with-sentinelone-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-endpoint-tags-with-sentinelone-and-send-results-via-email/canvas" />
</div>
