Retrieve a specific workspace by ID
| Header | Value | Required |
|---|---|---|
Authorization | Bearer token | Yes |
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Workspace ID |
200 OK
| Field | Type | Description |
|---|---|---|
id | string | Unique workspace identifier |
name | string | Workspace name |
description | string|null | Optional description |
user_id | string | Owner’s user ID |
created_at | string | ISO 8601 timestamp |
updated_at | string | ISO 8601 timestamp |