Get group
GET /v2/document/group/{groupId}
GET
/v2/document/group/{groupId}
Get all the details of a group by ID
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” groupId
required
string
A group Id
Example
82c4fce1-d2c7-48cb-a647-6993dbe37819Responses
Section titled “ Responses ”Retrieves the details of a single group
object
id
required
A group Id
string format: uuid
name
required
A group name
string
description
A group description
string
status
required
The status of the group
string
ACTIVE providerModelId
The provider model id
string format: uuid
documentIds
required
The document ids
Array<string>
templateId
required
The prompts template id
string format: uuid
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error