---
title: "Get a team by ID"
method: GET
path: "/v1/teams/{teamId}"
tags: ["Teams"]
---

# Get a team by ID

`GET /v1/teams/{teamId}`

## Response `200`

200 response

- Team
  - `team` TeamData, required
    - `id` string, required
    - `name` string, required
    - `aclObject` string — The ACL object ID of the entity.
    - `aclSubject` string — The ACL subject ID of the entity.
    - `links` object, required
      - `organisation` string
      - `aclSubject` string
      - `aclObject` string
      - `acl` string

## Other responses

- `404` — 404 response

---

[API](https://skmtc.net/wiremock/apis/wiremock-cloud.md) · [All operations](https://skmtc.net/wiremock/apis/wiremock-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wiremock/wiremock-cloud/revisions/93bebefc672f/schema)
