GET /conversations/label/{labelId}
Summary: Returns conversations with a certain label
Operation ID: getConversationsByLabel
Auth: unknown
Operation ID: getConversationsByLabel
Auth: unknown
Description
Returns conversations with matching labels and paginated OauthScopes: READ_CONVERSATIONS
Parameters (3)
labelId
(string, path, required)
Id of the label to look for
Constraints: {'maxLength': 2048}
nextPagePointer
(string, query, optional)
Pointer to the next page of conversations if there are any
Constraints: {'maxLength': 2048}
pageSize
(number, query, optional, default: 25)
Numbers of max conversations per page
Constraints: {'minimum': 1, 'maximum': 100}
No probe data for this endpoint yet.