v1
latestOpenAPI 3.1.02026-07-2458221215.8 KBConversations
List all conversations
Returns all conversations.
get/conversations
Query parameters
afterstring nullable
Return conversations after this conversation ID.
beforestring nullable
Return conversations before this conversation ID.
limitinteger
Maximum number of conversations to return.
Response
OK
Example response
{
"results": [
{
"snoozed_until": "2022-03-10T16:15:50Z",
"time_window": {
"open_until": "2022-03-10T16:15:50Z"
}
}
]
}