---
title: "Team Info"
method: GET
path: "/team/info"
tags: ["team management"]
---

# Team Info

`GET /team/info`

get info on team + related keys

Parameters:
- team_id: str - Required. The unique identifier of the team to get info on.

```
curl --location 'http://localhost:4000/team/info?team_id=your_team_id_here'     --header 'Authorization: Bearer your_api_key_here'
```

## Query parameters

- `team_id` string — Team ID in the request parameters
- `key_limit` integer, nullable — Limit the number of keys returned

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-18** `082b5fabd909` — 3 info
  - added the new optional `query` request parameter `key_limit`
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/flock/apis/litellm-api/changes/team/info/get.md)

---

[API](https://skmtc.dev/flock/apis/litellm-api.md) · [All operations](https://skmtc.dev/flock/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc.dev/flock/apis/litellm-api/revisions/c71315002afa?raw)
