Returns a paginated list of conversations within a workspace. Use continuation tokens to iterate through large result sets.
Permission required: workspace:conv_list
Path Parameters
Query Parameters
Number of conversations to return per page
Token from a previous response to fetch the next page of results
Response
Show Paginated conversation list
Array of conversation objects
Unique conversation identifier
Display name for the conversation
Conversation kind: DIRECT or GROUP
Arbitrary key-value metadata attached to the conversation
Caller-defined unique identifier for external reference
Read-write project(s) this conversation reads/writes memory to
IDs of actors participating in the conversation
ID of the latest message in the conversation
Token to retrieve the next page. null when there are no more results.