Skip to content
CalypsoAI
Main Navigation
App
Product docs
Appearance
Menu
Return to top
Deprecated
Get group by its ID.
GET
/backend/v1/groups/{groupId}
Get group by its ID.
Authorizations
HTTPBearer
Type
HTTP (bearer)
Parameters
Path Parameters
groupId
*
Type
string
Required
format
uuid
Responses
200
422
Successful Response
Content-Type
application/json
Schema
JSON
JSON
{
"group"
:
{
"id"
:
"string"
,
"memberCount"
:
0
,
"name"
:
"string"
}
}
GET
/backend/v1/groups/{groupId}
Playground
Authorization
HTTPBearer
Variables
Key
Value
groupId
*
Try it out
Samples
Powered by
VitePress OpenAPI