Retrieve detailed information about a specific workspace
Authentication: required
Required API Scope: Instance Workspace: Read
curl --request GET \
--url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id} \
--header 'Authorization: Bearer <token>'{
"id": 1,
"name": "My Workspace",
"description": "My Workspace Description",
"branch": "v1"
}Documentation Index
Fetch the complete documentation index at: https://docs.xano.com/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Was this page helpful?
curl --request GET \
--url https://your-xano-instance.xano.io/api:meta/workspace/{workspace_id} \
--header 'Authorization: Bearer <token>'{
"id": 1,
"name": "My Workspace",
"description": "My Workspace Description",
"branch": "v1"
}