v3
latestOpenAPI 3.1.02026-08-08690159432.1 KBProjects
Get all projects in a space
Fetches a paginated list of projects for the given space ID with optional filtering and sorting.
get/v1/spaces/{spaceId}/projects
Path parameters
spaceIdinteger required
ID of the space
Query parameters
titlestring
statusstring[]
prioritystring[]
healthstring[]
creatorsinteger[]
membersinteger[]
tagsstring[]
startDatestring date-time
dueDatestring date-time
createdTimestring date-time
modifiedTimestring date-time
overdueboolean
isPublicboolean
dueDateSetboolean
pendingboolean
upcomingboolean
pageinteger
Zero-based page index (0..N)
sizeinteger
The size of the page to be returned
sortstring[]
Sorting criteria in the format: property,(asc|desc). Default sort order is ascending. Multiple sort criteria are supported.
Headers
X-Org-Idinteger required
Organization ID
Response
OK