v34

latestOpenAPI 3.1.0raw.githubusercontent.com2026-01-2166128239.1 KB
workspace

Get User Workspace Conversations

Retrieve conversations for a workspace where the current user is:

  • The creator of the conversation, or
  • Listed in the ConvoUsers table.

Return conversation metadata including:

  • External ID
  • Title
  • Last updated date
  • Number of messages
  • Whether the current user is the creator
get/api/workspace/{workspace_ext_id}/conversations

Path parameters

workspace_ext_idstring required

Headers

workspace-keystring

Response

Successful Response

external_idstring required
titlestring nullable required
created_by_ext_idstring required
updated_by_ext_idstring nullable
created_atstring date-time required
updated_atstring date-time required
is_sharedboolean
message_countinteger required