cURL
Teams
Get Team Info
Retrieve information about your team including concurrency usage and limits.
GET
cURL
Documentation Index
Fetch the complete documentation index at: https://exa.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Get Team Info endpoint returns information about the authenticated team, including the team’s current concurrency usage and configured limits. This is useful for monitoring your Websets API usage and understanding your rate limits.Response
The response includes:- object: Always “team”
- id: Your team’s unique identifier
- name: Your team’s name
- concurrency: Current usage showing active and queued requests
- limits: Your team’s concurrency limits
Concurrency Fields
Theconcurrency object shows your current request state:
- active: Number of requests currently being processed
- queued: Number of requests waiting to be processed
Limits Fields
Thelimits object shows your team’s configured limits:
- maxConcurrent: Maximum number of requests that can be processed simultaneously (null means unlimited)
- maxQueued: Maximum number of requests that can wait in the queue (null means unlimited)
Authorizations
Pass your Exa API key in the x-api-key header. You can also authenticate with Authorization: Bearer .
Response
200 - application/json
Team information retrieved successfully

