Returns a single workspace by its ID.
cURL
curl --request GET \ --url https://api.getarca.app/api/v1/workspaces/{id} \ --header 'Authorization: Bearer <token>'
{ "id": 3, "name": "Acme Corp", "slug": "acme-corp", "description": "Main product workspace", "icon": "briefcase", "color": "blue", "image_url": null, "owner_id": 1, "role": "owner", "created_at": "2026-01-05T10:00:00.000Z" }
workspaces:read
"folder-1"
"chart"
"briefcase"
null
owner
admin
member
viewer
Was this page helpful?