Skip to main content
GET
/
project
cURL
curl --request GET \
  --url https://cloud.kaneo.app/api/project \
  --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

Query Parameters

workspaceId
string
required

Response

200 - application/json

List of projects with statistics

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