Documentation IndexFetch the complete documentation index at: /docs/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
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": "2023-11-07T05:31:56Z", "isPublic": true, "archivedAt": null } ]
Get all projects in a workspace
Bearer token authentication
List of projects with statistics
Was this page helpful?