Get All Queues
queues_get_allRetrieve all Yandex Tracker queues accessible to the user, with options to select specific fields and paginate results.
Instructions
Find all Yandex Tracker queues available to the user (queue is a project in some sense)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | No | Fields to include in the response. In order to not pollute context window - select appropriate fields beforehand. Not specifying fields will return all available. Most of the time one needs key and name only. | |
| page | No | Page number to return, default is None which means to retrieve all pages. Specify page number to retrieve a specific page when context limit is reached. | |
| per_page | No | The number of items per page. May be decreased if results exceed context window. If there is a change in per_page argument - retrieval must be started over with page = 1, as the paging could have changed. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |