v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Tasks

Get tasks by project

Retrieve all tasks for a specific project

get/tasks/project/{id}

Path parameters

idstring uuid required

Resource UUID

Response

Tasks retrieved successfully

doneboolean required

Indicates if the operation was successful

titlestring nullable

Optional response title

messagestring nullable

Optional message (error message or success notification)

Example response

{
  "done": true,
  "body": [
    {
      "name": "Implement user authentication",
      "total_minutes": 480
    }
  ],
  "message": "Operation completed successfully"
}