/api/v1/projectsRequires read scope with session_or_bearer authentication.
Parameters
| Param | Type | Required | Description | Options |
|---|---|---|---|---|
| page | number | No | Page number for paginated results. | - |
| pageSize | number | No | Number of items returned per page. | - |
| sortField | string | No | Field used to sort results. | createdAt, name, status |
| sortDirection | string | No | Sort order direction. | asc, desc |
| statusFilter | string | No | Filter projects by lifecycle status. | - |
Request Example
Use the snippet below to call this endpoint from your app or CLI.
Response Example
Toggle between a success and failure payload returned by this endpoint.