---
title: "Get Team"
method: GET
path: "/v2/teams/{teamId}"
tags: ["Team"]
---

# Get Team

`GET /v2/teams/{teamId}`

Get a team by ID. The caller must be scoped to the requested team.

## Path parameters

- `teamId` string, uuid, required

## Response `200`

Default Response

- object
  - `team` object, required
    - `id` string, uuid, required — Unique team identifier
    - `name` string, required — Human-readable team name
    - `created_at` string, required — ISO 8601 creation timestamp
    - `organization_id` string, uuid, nullable, required — Parent organization ID, or null if the team is standalone
    - `slack_team_id` string, nullable, required — Linked Slack workspace ID, or null if Slack is not connected
    - `discovery_mode` string, required — How the team handles agent discovery

## Other responses

- `401` — Default Response
- `403` — Default Response
- `404` — Default Response
- `500` — Default Response

---

[API](https://skmtc.net/duvo/apis/duvo-public-api.md) · [All operations](https://skmtc.net/duvo/apis/duvo-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/duvo/duvo-public-api/revisions/dafcf3d868a9/schema)
