---
title: "Get Team Info"
method: GET
path: "/v0/teams/me"
tags: ["Teams"]
---

# Get Team Info

`GET /v0/teams/me`

Returns information about the authenticated team, including current concurrency usage and limits.

## Response `200`

Team information retrieved successfully

- WebsetsTeamInfo
  - `object` 'team', required — The object type, always `"team"`.
  - `id` string, required — Unique identifier for the team.
  - `name` string, required — Name of the team.
  - `concurrency` object, required — Current concurrency usage.
    - `active` integer, required — Number of requests currently being processed.
    - `queued` integer, required — Number of requests currently queued.
  - `limits` object, required — Concurrency limits for the team.
    - `maxConcurrent` integer, nullable, required — Maximum number of concurrent requests allowed. Null means unlimited.
    - `maxQueued` integer, nullable, required — Maximum number of queued requests allowed. Null means unlimited.

## Changes

- **2026-08-27** `67abccbd77b6` — 1 warning
  - deleted the `header` request parameter `Exa-Version`
- **2026-08-26** `bcc51991b48a` — 1 info
  - added the new optional `header` request parameter `Exa-Version`

[Change history](https://skmtc.dev/exa/apis/exa-public-api/changes/v0/teams/me/get.md)

---

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