ListTasksListTasks
ListTasksCertified

yaml
type: "io.kestra.plugin.todoist.ListTasks"
yaml
id: todoist_list_tasks
namespace: company.team

tasks:
  - id: list_tasks
    type: io.kestra.plugin.todoist.ListTasks
    apiToken: "{{ secret('TODOIST_API_TOKEN') }}"

yaml
id: todoist_list_project_tasks
namespace: company.team

tasks:
  - id: list_project_tasks
    type: io.kestra.plugin.todoist.ListTasks
    apiToken: "{{ secret('TODOIST_API_TOKEN') }}"
    projectId: "2203306141"
    fetchType: FETCH

yaml
id: todoist_store_tasks
namespace: company.team

tasks:
  - id: store_tasks
    type: io.kestra.plugin.todoist.ListTasks
    apiToken: "{{ secret('TODOIST_API_TOKEN') }}"
    fetchType: STORE

yaml
id: todoist_list_filtered_tasks
namespace: company.team

tasks:
  - id: list_filtered_tasks
    type: io.kestra.plugin.todoist.ListTasks
    apiToken: "{{ secret('TODOIST_API_TOKEN') }}"
    filter: "today"
    fetchType: FETCH

yaml
id: todoist_list_tasks_with_limit
namespace: company.team

tasks:
  - id: list_tasks_limit
    type: io.kestra.plugin.todoist.ListTasks
    apiToken: "{{ secret('TODOIST_API_TOKEN') }}"
    limit: 100
    fetchType: FETCH
Properties
DefaultFETCH
Possible Values
STOREFETCHFETCH_ONENONE
SubTypeobject
Formaturi