# Team

## Overview

The team that a workflow belongs to. This is a simple read only resource provided as context.

## Fields

<table><thead><tr><th width="224">Field</th><th width="139">Type</th><th>Description</th></tr></thead><tbody><tr><td>id</td><td>String</td><td>The ID of the team.</td></tr><tr><td>name</td><td>String</td><td>The name of the team.</td></tr></tbody></table>

#### Example

```
{
    "id": "tea_Xs4XPpBDsH4TGY",
    "name": "Portant",
}
```
