# Get Workspaces Get all workspaces for the organization Endpoint: GET /api/v1/workspaces Version: 1.0.0 Security: bearerAuth ## Response 200 fields (application/json): - `count` (integer, required) - `limit` (integer, required) - `next_cursor` (string,null) - `records` (array, required) - `records.id` (string, required) - `records.name` (string, required) - `records.description` (string,null, required) - `records.created_at` (string, required) - `records.updated_at` (string, required) ## Response 500 fields (application/json): - `message` (string, required) - `error` (any)