Skip to main content
GET
/
workspaces
/
{workspaceId}
Get Workspace by ID
curl --request GET \
  --url https://api.bron.org/workspaces/{workspaceId}
{
  "name": "<string>",
  "tag": "<string>",
  "workspaceId": "<string>",
  "icon": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://developer.bron.org/llms.txt

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

Path Parameters

workspaceId
string
required

Query Parameters

workspaceIds
string[]

List of comma-separated workspace ids

includeSettings
boolean

Include workspace settings

limit
string<int64>
offset
string<int64>

Response

OK

name
string
required

Workspace name

Example:

"Bron Workspace"

tag
string
required

Workspace tag

Example:

"bron"

workspaceId
string
required

The workspace ID

Example:

"2a0f2m25qyn3cen5hj"

icon
string

Workspace icon: image path (e.g. 'workspaces/logos/abc.png') or 'emoji:' (e.g. 'emoji:🚀')

Example:

"emoji:🚀"