Get a task from Todoist

Retrieves details of a specific task by ID

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

Todoist API token

Your Todoist API token for authentication. Get it from https://todoist.com/app/settings/integrations/developer

Task ID

The ID of the task to retrieve

Task

The complete task object from Todoist