# Environments Object

> Source: https://truto.one/docs/api-reference/admin/environments/

Schema for the `Environments` resource in **Admin API**.

## Properties

- **`id`** _(string)_
  The ID of the environment.
- **`name`** _(string)_
  The name of the environment.
- **`team_id`** _(string)_
  The ID of the team that owns this environment.
- **`created_at`** _(string)_
  The date and time when the environment was created.
- **`updated_at`** _(string)_
  The date and time when the environment was last updated.

## Methods

- [GET /environment](/docs/api-reference/admin/environments/list) — List environments
