AurionAI Docs

Mcp Get Team

Get a single team.

GET
/api/internal/mcp/teams/{team_id}

Get a single team.

Path Parameters

team_id*Team Id
Formatuuid

Header Parameters

X-Internal-Secret?string|null

Response Body

application/json

application/json

curl -X GET "https://loading/api/internal/mcp/teams/497f6eca-6276-4993-bfeb-53cbbbba6f08"
{}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}