Actions
Get Endpoint Tags
Get Endpoint tags that match the filters.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| 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. |
| Parameter | Description |
|---|---|
| Account IDs | List of Account IDs to filter by. Example: 225494730938493804,225494730938493915. |
{
"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
}
}
Was this page helpful?