Actions57
- Label Actions
- Project Actions
- Add a Team
- Add a User
- Create
- Create a Kanban Bucket
- Create a Link Share
- Create a Project View
- Delete
- Delete a Kanban Bucket
- Delete a Link Share
- Delete a Project View
- Duplicate
- Get
- Get All Link Shares
- Get All Project Views
- Get All Teams
- Get All Users
- Remove a Team From a Project
- Remove a User From a Project
- Update
- Update a Kanban Bucket
- Update a Project View
- Update a Team's Rights on a Project
- Update a User's Rights on a Project
- Task Actions
- Team Actions
- Webhook Actions
Overview
This node integrates with the Vikunja API to retrieve data related to various resources, including labels. Specifically, the "Label - Get" operation fetches detailed information about a single label by its title or ID. This is useful in scenarios where you need to access metadata or properties of a specific label within your task management workflows, such as automating task categorization, reporting, or syncing label data with other systems.
For example, you might use this node to:
- Retrieve a label's details before assigning it to a task.
- Verify label existence and properties during automated project updates.
- Extract label information for generating reports or dashboards.
Properties
| Name | Meaning |
|---|---|
| Label Title or ID | The label to operate on. You can select a label from a searchable list or specify its ID directly. |
The property supports two modes:
- From List: Search and select a label by name from existing labels.
- ID: Provide the unique identifier of the label manually.
Output
The node outputs JSON data representing the label object retrieved from the Vikunja API. This typically includes fields such as the label's ID, title, color, and any other metadata defined by Vikunja for labels.
No binary data output is produced by this operation.
Dependencies
- Requires an active connection to the Vikunja API.
- Needs an API authentication token configured in the node credentials to authorize requests.
- The base URL for the Vikunja instance must be set correctly in the credentials.
Troubleshooting
Common Issues:
- Invalid or missing label ID: Ensure the label ID provided exists in Vikunja.
- Authentication errors: Verify that the API key/token is valid and has sufficient permissions.
- Network connectivity problems: Confirm that the Vikunja server URL is reachable from n8n.
Error Messages:
- 404 Not Found: The specified label does not exist. Check the label ID or selection.
- 401 Unauthorized: Authentication failed. Recheck API credentials.
- 400 Bad Request: Input parameters may be malformed; ensure correct label ID format.
Resolving these usually involves verifying input values, credentials, and network settings.