Skip to main content
Version: v1

ListWorkspaceChatsPublicV1Request

Request to get the list of chats within a workspace

chatIdsstring[]

IDs of the chats to get information about. If not specified, all chats in the workspace are returned

maxCountinteger

Maximum number of chats to return. Default is 100

workspaceIdstring

Workspace ID

ListWorkspaceChatsPublicV1Request
{
"maxCount": 100,
"workspaceId": "w67Y89gu"
}