Todoist GetTask

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.GetTask

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

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.

Task ID

Todoist task ID to read

Reference (ref) of the pluginDefaults to apply to this task.

Task

Complete task object returned by Todoist