GetTask
Get a task from Todoist
Retrieves details of a specific task by ID
yaml
type: "io.kestra.plugin.todoist.GetTask"Examples
Get a task by ID
yaml
id: todoist_get_task
namespace: company.team
tasks:
- id: get_task
type: io.kestra.plugin.todoist.GetTask
apiToken: "{{ secret('TODOIST_API_TOKEN') }}"
taskId: "7498765432"
Properties
apiToken *Requiredstring
Todoist API token
Your Todoist API token for authentication. Get it from https://todoist.com/app/settings/integrations/developer
taskId *Requiredstring
Task ID
The ID of the task to retrieve
Outputs
task object
Task
The complete task object from Todoist