cURL
curl -X GET 'https://api.exa.ai/websets/v0/teams/me' \ -H 'x-api-key: YOUR-EXA-API-KEY'
{ "object": "team", "id": "team-abc123", "name": "My Team", "concurrency": { "active": 5, "queued": 2 }, "limits": { "maxConcurrent": 10, "maxQueued": 50 } }
Retrieve information about your team including concurrency usage and limits.
concurrency
limits
Your Exa API key
Team information retrieved successfully
The object type, always "team"
"team"
Unique identifier for the team
"team-abc123"
Name of the team
"My Team"
Current concurrency usage
Show child attributes
Concurrency limits for the team