vk_get_tasks_f7c70820b984
Retrieve all labels associated with a specific task in Vikunja. Provide the task ID to get its labels, with optional pagination and label text search.
Instructions
Get all labels on a task. Raw Vikunja REST proxy for GET /tasks/{task}/labels. Returns all labels which are assicociated with a given task. 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. | |
| task | No | Task ID Required. | |
| 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. |