Retrieve all workspaces for the authenticated user
| Header | Value | Required |
|---|---|---|
Authorization | Bearer token | Yes |
200 OK
| Field | Type | Description |
|---|---|---|
workspaces | array | Array of workspace objects |
total | number | Total number of workspaces |
| 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 |