Conversations
Get View Conversations
Get conversations for a specific view
get/api/v1/views/{id}/conversations
Path parameters
idstring required
Unique ID of the view
Query parameters
pageinteger
Page number (defaults to 1)
page_sizeinteger
Number of items per page (defaults to 30, max 100)
Response
List of conversations for view
Example response
{
"status": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.