Get Workspace Stats
Retrieves conversation and document counts with shared/private breakdown for a specific workspace.
- Conversations are "shared" if they have at least one shared message
- Documents are "shared" if their shared field is True
Path parameters
Response
Successful Response
Changes
Changed in 1 of the 34 revisions of this API.24
- ●
removed the optional property
conversation_countfrom the response with the200statusresponse-optional-property-removed
- ●
removed the optional property
document_countfrom the response with the200statusresponse-optional-property-removed
- ○
added the optional property
private_conversation_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
private_document_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
shared_conversation_countto the response with the200statusresponse-optional-property-added
- ○
added the optional property
shared_document_countto the response with the200statusresponse-optional-property-added
This revision also has 8 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●