
Todoist GetTask
CertifiedFetch Todoist task by ID
Todoist GetTask
Certified
Fetch Todoist task by ID
Reads a Todoist task via /tasks/{id} and returns the full task object as a map.
yaml
type: io.kestra.plugin.todoist.GetTaskExamples
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
Provide Todoist API token
Personal API token sent as Bearer auth to Todoist API v1. Keep it in a Kestra Secret; required for all Todoist tasks.
taskId *Requiredstring
Task ID
Todoist task ID to read
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
Outputs
task object
Task
Complete task object returned by Todoist