Kaneo Logo
Projects

List Projects

Get all projects in a workspace

GET
/project

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Query Parameters

workspaceId*string

Response Body

application/json

curl -X GET "https://cloud.kaneo.app/api/project?workspaceId=string"
[
  {
    "id": "string",
    "workspaceId": "string",
    "slug": "string",
    "icon": "string",
    "name": "string",
    "description": "string",
    "createdAt": null,
    "isPublic": true
  }
]