---
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.

---

[API](https://skmtc.net/exa/apis/exa-public-api.md) · [All operations](https://skmtc.net/exa/apis/exa-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/exa/exa-public-api/versions/982a352e3781/schema)
