Returns a list of tasks that can be filtered by state.
get/tasks
Query parameters
maxResultsinteger
The maximum number of tasks per page.
nextTokenstring
A pagination token to continue to the next page of tasks.
state'IN_PROGRESS' | 'CANCELED' | 'COMPLETED'
A structure used to filter the list of tasks.
Response
Success