---
title: "Get a team"
method: GET
path: "/teams/{teamKey}"
---

# Get a team

`GET /teams/{teamKey}`

Get a specific team by its key. The user making the request must have access to the team in order to make the request successfully

## Path parameters

- `teamKey` string, required

## Response `200`

200

- object
  - `creationDate` integer
  - `creator` string
  - `members` object[]
    - `role` string
    - `inviteDate` integer
    - `inviteStatus` string
    - `orgKey` string
    - `displayName` string
    - `fullName` string
    - `email` string
    - `image` string
    - `userKey` string
  - `name` string
  - `sharingRestrictedToTeam` boolean
  - `key` string
  - `lastSavedTimestamp` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/streakyc/apis/directory-fields.md) · [All operations](https://skmtc.net/streakyc/apis/directory-fields/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streakyc/directory-fields/versions/f9ece0b33f19/schema)
