---
title: "Get Team"
method: GET
path: "/api/v1/org/{orgId}/team/{teamId}"
tags: ["Organization Teams"]
---

# Get Team

`GET /api/v1/org/{orgId}/team/{teamId}`

## Get Team

Get the Organizations StackHawk Team.

Teams group together StackHawk users and applications within a single Organization. StackHawk Teams help enforce permissions and organization around ownership. See [Teams](https://docs.stackhawk.com/web-app/teams.html).

| Parameter | Default | Description |
|:---:|:---:|:---:|
|name|""|The name of this team.|
|id|""|The UUID identifier of this team.|
|applications|[]|The applications that belong to this Team.|
|users|[]|The users that are members of this Team.|
|organizationId|""|The StackHawk organization that owns this Team.|

All users that belong to this organization can call this endpoint.


> Requires `read:team` permission.

## Path parameters

- `orgId` string, uuid, required
- `teamId` string, uuid, required

## Response `200`

OK

- OrganizationTeamByIdResponse
  - `team` OrganizationTeam — Teams group together StackHawk users and applications within a single Organization. StackHawk Teams help enforce permissions and organization around ownership. See [Teams](https://docs.stackhawk.com/web-app/teams.html).
    - `applications` OrganizationTeamApplication[] — The applications that belong to this Team.
      - `applicationId` string
      - `applicationName` string
      - `environments` string[]
      - `lastScanTimestamp` integer
    - `id` string — The UUID identifier of this team.
    - `name` string — The name of this team.
    - `organizationId` string — The StackHawk organization that owns this Team.
    - `users` OrganizationTeamUser[] — The users that are members of this Team.
      - `email` string
      - `role` string
      - `userId` string
      - `userName` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.dev/stackhawk/apis/stackhawk-public-api.md) · [All operations](https://skmtc.dev/stackhawk/apis/stackhawk-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stackhawk/stackhawk-public-api/revisions/8252990ac9eb/schema)
