v1
latestOpenAPI 3.1.1LicenseRef-Proprietary2026-07-1310179223.1 KBProjects
Get Project Sections
List sections (groupings of tasks) within a project.
get/projects/{project_id}/sections
Path parameters
project_idstring required
Example:ev:1234567789001
Project ID
Response
OK
Example response
[
{
"id": 1234,
"name": "Section Name",
"project": "ev:1234567890",
"position": 1,
"status": "open"
}
]