> ## Documentation Index
> Fetch the complete documentation index at: https://api.buildingswell.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Teams

> Read-only department teams.

Base path: `/team` (relative to your instance’s `/api/v2`).

The standard list, single-record read, query, count, and group-and-count endpoints are available. Generic write routes are not registered.

**Search columns:** `name`

## Fields

| Field            | Type              | Notes                                      |
| ---------------- | ----------------- | ------------------------------------------ |
| `id`             | uuid              | Unique record ID. Read-only.               |
| `organizationId` | uuid              | Organization from your API key. Read-only. |
| `createdAt`      | date-time         | Read-only.                                 |
| `updatedAt`      | date-time         | Read-only.                                 |
| `isArchived`     | boolean           | Read-only.                                 |
| `archivedAt`     | date-time \| null | Read-only.                                 |
| `shopId`         | uuid              | Read-only.                                 |
| `name`           | string            | Read-only.                                 |
| `expireAt`       | date-time \| null | Read-only.                                 |
| `stageId`        | uuid \| null      | Read-only.                                 |

`shopId` identifies the department, and optional `stageId` identifies its station. `expireAt` is an optional expiry time. These v2 endpoints expose reads only; manage teams in the application.
