GetTask
Fetch Todoist task by ID
GetTask
Fetch Todoist task by ID
yaml
type: io.kestra.plugin.todoist.GetTaskExamples
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"