# Workspaces Object

> Source: https://truto.one/docs/api-reference/unified-marketing-automation-api/workspaces/

Schema for the `Workspaces` resource in **Unified Marketing Automation API**.

## Properties

- **`id`** _(string, required)_
  The workspace's unique identifier
- **`name`** _(string)_
  The workspace's name
- **`description`** _(string)_
  The workspace's description
- **`updated_at`** _(string)_
  The date and time of the workspace's last update
- **`created_at`** _(string)_
  The date and time of the workspace's creation
- **`remote_data`** _(object)_
  Raw data returned from the remote API call.

## Methods

- [GET /unified/marketing-automation/workspaces](/docs/api-reference/unified-marketing-automation-api/workspaces/list) — List Workspaces
- [GET /unified/marketing-automation/workspaces/{id}](/docs/api-reference/unified-marketing-automation-api/workspaces/get) — Get Workspaces
