Projects
List projects
Paginated list of the authenticated user’s projects
GET
Query parameters
Page size.
Page number, 1-indexed.
Case-insensitive substring match against
name and description.Filter by exact status:
draft, deploying, running, completed, or cancelled.asc sorts by createdAt ascending; any other value sorts descending.Headers
Response
Projects limited to the summary fields:
_id, name, description,
status, createdAt, updatedAt, politicsId, files.