Skip to main content
GET
/
project
/
{id}
cURL
curl --request GET \
  --url https://cloud.kaneo.app/api/project/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "workspaceId": "<string>",
  "slug": "<string>",
  "icon": "<string>",
  "name": "<string>",
  "description": "<string>",
  "createdAt": "<unknown>",
  "isPublic": true
}

Authorizations

Authorization
string
header
required

API Key authentication

Path Parameters

id
string
required

Query Parameters

workspaceId
string
required

Response

200 - application/json

Project details

id
string
required
workspaceId
string
required
slug
string
required
icon
string | null
required
name
string
required
description
string | null
required
createdAt
any
required
isPublic
boolean | null
required