Retrieves a paginated list of projects for the authenticated user
Retrieves a paginated list of projects for the authenticated user.
This endpoint requires an API key for authentication. Include your API key in the request headers using the x-api-key
header.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
page | number | No | 1 | The page number for pagination |
pageSize | number | No | 10 | The number of items per page |
The page number for pagination
The number of items per page
Successfully retrieved projects
The response is of type object
.
Retrieves a paginated list of projects for the authenticated user
Retrieves a paginated list of projects for the authenticated user.
This endpoint requires an API key for authentication. Include your API key in the request headers using the x-api-key
header.
Parameter | Type | Required | Default | Description |
---|---|---|---|---|
page | number | No | 1 | The page number for pagination |
pageSize | number | No | 10 | The number of items per page |
The page number for pagination
The number of items per page
Successfully retrieved projects
The response is of type object
.