# Workspaces Object

> Source: https://truto.one/docs/api-reference/unified-file-storage-api/workspaces/

Schema for the `Workspaces` resource in **Unified File Storage API**.

## Properties

- **`id`** _(string, required)_
  The unique identifier for a workspace
- **`name`** _(string)_
  The name of the workspace
- **`created_at`** _(string)_
  The date and time the workspace was created
- **`updated_at`** _(string)_
  The date and time the workspace was last updated
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/file-storage/workspaces](/docs/api-reference/unified-file-storage-api/workspaces/list) — List Workspaces
