Kaneo Logo
Projects

Get Project

Get a specific project by ID

GET
/project/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

API Key authentication

In: header

Path Parameters

id*string

Query Parameters

workspaceId*string

Response Body

application/json

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