curl --request GET \
--url https://cloud.kaneo.app/api/task/tasks/{projectId} \
--header 'Authorization: Bearer <token>'{}Get all tasks for a specific project
curl --request GET \
--url https://cloud.kaneo.app/api/task/tasks/{projectId} \
--header 'Authorization: Bearer <token>'{}Documentation Index
Fetch the complete documentation index at: https://kaneo.app/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication
createdAt, priority, dueDate, position, title, number asc, desc Project with tasks organized by columns
The response is of type object.
Was this page helpful?