list_labels
Fetch reusable labels, filter by name, and paginate through results to manage project labels efficiently.
Instructions
List reusable labels with optional name search and cursor pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 0 uses the default limit of 50; maximum is 100. | |
| query | No | ||
| cursor | No | ||
| project_ref | No | Project reference returned by open_project. Pass it explicitly for stateless routing; omit only when using a configured default. | |
| agent_session_handle | No | Optional durable session handle for request attribution. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| has_more | Yes | ||
| next_cursor | Yes |