Get All Workspaces
Workspaces
Get All Workspaces
1️⃣ Overview
Purpose:
Retrieves the list of all workspaces accessible to the authenticated user or service account.
2️⃣ Endpoint
GET /noCo/api/v2/workspaces
3️⃣ Authentication
Requires Bearer-style authentication using:
Authorization: Bearer <token>
4️⃣ Request Headers
| Header | Required |
|---|---|
| Authorization | ✅ Yes |
5️⃣ Example Request
curl -X GET https://be.datagol.ai/noCo/api/v2/workspaces \
-H "Authorization: Bearer <token>"
6️⃣ Behavior Summary
This endpoint returns all workspaces that are accessible to the authenticated user or service account.
It supports workspace-level access control and filters results based on user permissions.
GET
Get All Workspaces
Authorizations
This API uses OAuth 2.0 with the authorization code grant flow.
Response
200
Get All Workspaces