---
title: "Get team info and member info."
method: GET
path: "/teams/{login_name}"
tags: ["team"]
---

# Get team info and member info.

`GET /teams/{login_name}`

Get team info and member info.

## Path parameters

- `login_name` string, required

## Response `200`

OK

- TeamSpec
  - `api_key` string
  - `avatar_url` string — AvatarUrl is the avatar url of the team.
  - `email` string — Email is the email of the team.
  - `id` string — ID holds the unique identifier of the team.
  - `members` TeamMember[]
    - `email` string
    - `id` string
    - `name` string
    - `role` 'owner' | 'member' | 'pending'
  - `name` string — Name is the name of the team.

---

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