Basic Parameters
| 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. |
Advanced Parameters
| Parameter | Description |
|---|---|
| Account IDs | List of Account IDs to filter by. Example: 225494730938493804,225494730938493915. |