
ListTasks
ListTasks
yaml
type: "io.kestra.plugin.todoist.ListTasks"Examples
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
apiToken*Requiredstring
fetchTypestring
Default
FETCHPossible Values
STOREFETCHFETCH_ONENONEfilterstring
limitintegerstring
projectIdstring
Outputs
rowobject
rowsarray
SubTypeobject
sizeinteger
uristring
Format
uri