Search Entities
entities_searchFind Yandex Tracker projects, portfolios, or goals using field-value filters, sorting, and pagination.
Instructions
Search Yandex Tracker projects, portfolios, or goals with filters and sorting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to return, default is 1 | |
| input | No | Substring to search for in entity names | |
| fields | No | Additional entity fields to include in each result | |
| filter | No | Field-value filters using Entities API keys, for example {'entityStatus': 'in_progress', 'followers': 'notEmpty()'} | |
| order_by | No | Entity field key used for sorting | |
| 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. | |
| order_asc | No | Sort ascending when true, descending when false | |
| root_only | No | Return only entities without a parent | |
| entity_type | Yes | Entity type: project, portfolio, or goal |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hits | Yes | ||
| pages | Yes | ||
| values | Yes |