vk_get_labels_755169797d86
Retrieve all Vikunja labels accessible to the user, including labels on tasks they can read. Optionally search by text and paginate results to find specific labels.
Instructions
Get all labels a user has access to. Raw Vikunja REST proxy for GET /labels. Returns all labels which are either created by the user or associated with a task the user has at least read-access to. This endpoint does not usually require a request body. Path and query parameters are top-level fields. Original parameter names also accept camelCase and snake_case aliases. Authentication is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| s | No | Search labels by label text. Optional. | |
| page | No | The page number. Used for pagination. If not provided, the first page of results is returned. Optional. | |
| perPage | No | The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional. | |
| per_page | No | The maximum number of items per page. Note this parameter is limited by the configured maximum of items per page. Optional. |