---
title: "List Teams"
method: GET
path: "/internal/evals/standards/teams"
tags: ["internal", "internal-standards-extraction"]
---

# List Teams

`GET /internal/evals/standards/teams`

The teams a requirement can be scoped to — every team this company has.

## Query parameters

- `company_id` string, uuid, required — The company whose library to operate on.

## Response `200`

Successful Response

- MarketingTeamOption[]
  - `team_id` string, uuid, required
  - `name` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/425d5b8a3c17/schema)
