# Workspaces Object

> Source: https://truto.one/docs/api-reference/unified-ci-cd-api/workspaces/

Schema for the `Workspaces` resource in **Unified CI/CD API**.

## Properties

- **`id`** _(string)_
  The ID of the 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/ci-cd/workspaces](/docs/api-reference/unified-ci-cd-api/workspaces/list) — List Workspaces
- [GET /unified/ci-cd/workspaces/{id}](/docs/api-reference/unified-ci-cd-api/workspaces/get) — Get Workspaces
