Skip to main content
GET
/
workspaces
/
{id}
Get Single Workspace
curl --request GET \
  --url https://eu-gcp-api.vg-stuff.com/v3/workspaces/{id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "code": "<string>",
  "issues": [
    {
      "message": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.convocore.ai/llms.txt

Use this file to discover all available pages before exploring further.

Returns full workspace details including team members and configuration.
Use this endpoint to check workspace settings before making updates or to verify team membership.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Successful response