SmartMemory
GET
/memory/teams/{team_id}

Get details of a specific team.

Path Parameters

team_id*Team Id

Response Body

application/json

application/json

curl -X GET "https://example.com/memory/teams/string"
{
  "team_id": "string",
  "name": "string",
  "description": "string",
  "data_classification": "string",
  "cost_center": "string",
  "member_count": 0,
  "created_at": "2019-08-24T14:15:22Z",
  "user_role": "string"
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}