cURL
curl --request GET \ --url https://colloqui-web-develop-btoadh.laravel.cloud/api/v1/workspaces/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "id": "01kqh44bv90td0mg13yr154em2", "name": "My Workspace", "description": "Example description.", "created_at": "2026-05-01T06:38:01+00:00", "updated_at": "2026-05-01T06:38:01+00:00" } }
Show details of a workspace
Documentation IndexFetch the complete documentation index at: https://docs.colloqui.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.colloqui.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer token authentication
The ID of the workspace.
Show child attributes