latestOpenAPI 3.0.32026-08-2142130334.7 KB
0a94056fba48
Conversations
List conversations
Lists active conversations the authenticated workspace member belongs to. The cursor follows membership order and remains valid as memberships change.
get/conversations
Query parameters
limitinteger
Maximum number of conversations to return.
Maximum number of conversations to return.
cursorstring
Opaque cursor returned by data.page_info.next_cursor. Reuse it unchanged with the same query and filters.
Opaque cursor returned by data.page_info.next_cursor. Reuse it unchanged with the same query and filters.
Response
Membership-scoped conversations.
Example response
{
"data": {
"items": [
{
"id": "01jzn7e61x3a7v9h2r7t2m3q4p"
}
]
},
"items": [
{
"id": "01jzn7e61x3a7v9h2r7t2m3q4p"
}
]
}