Get group conversation
GET /v2/document/group/{groupId}/conversation/{conversationId}
GET
/v2/document/group/{groupId}/conversation/{conversationId}
Get a group conversation by ID
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” groupId
required
string
A group Id
Example
77a0049c-7683-45ff-956f-656f257048f7
conversationId
required
string
A conversation Id
Example
77a0049c-7683-45ff-956f-656f257048f7
Header Parameters
Section titled “Header Parameters ” X-API-Key
string
API Key
X-API-Secret
string
API Secret
Responses
Section titled “ Responses ”The group conversation.
object
id
required
The Group Conversation Id
string format: uuid
groupId
required
The Group Id
string format: uuid
uploadBatchId
required
The Upload Batch Id
string format: uuid
documentIds
required
The Document Ids of the group conversation
Array<string>
status
The Status
string
CREATED
result
The conversation results from AI processing
object
{ "Issuing Company Name": { "value": "xxx Pty Ltd", "promptId": "xxx", "promptName": "Issuing Company Name" }}
Bad Request
Unauthorized
Forbidden
Not Found
Internal Server Error