Public cloud

List projects

GET
/api/cloud/project/

Returns Public Cloud projects you can access (as an active member), including your role and cluster. Resource limits and hourly pricing are available on the single-project endpoint.

Authorization

bearerAuth
AuthorizationBearer <token>

API key created in the portal (Settings → API Keys). Send as Authorization: Bearer <key>.

In: header

Response Body

application/json

curl -X GET "https://example.com/api/cloud/project/"
[  {    "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",    "name": "string",    "description": "string",    "cluster": "string",    "cluster_location": "string",    "role": "string"  }]