List chats
GET/v1/spaces/:space_id/chats
Retrieves a paginated list of chat objects in the given space. Chat objects are containers for chat messages; use the returned chat IDs with the GetChatMessages endpoint to fetch their messages. Supports dynamic filtering via query parameters (see ListObjects for the full filter grammar).
Request​
Responses​
- 200
- 401
- 500
The list of chats in the specified space
Unauthorized
Internal server error