List conversations of a participant by specifying their participant ID. A participant ID can be the ID of a user, an agent, a contact, an access key, and so on. This will return a maximum of 100 conversations per page, with 10 as default. You can use the limit and pageToken query parameters to paginate the results. Learn more about pagination in the Common API Usage pagination section.
Authorizations
Path parameters
workspaceIdstring · uuidrequired
The workspace ID
Example: b4e02c85-c6d2-4b15-8885-e09671799c61
conversationParticipantIdstring · min: 1required
The ID that refers to the conversation participant (e.g. the contact ID if the participant is a contact)
Example: 274bd6ff-3295-49a0-a02d-651fb661d7fb
Query parameters
visibilitystring · enumoptional
The visibility of the conversation
Example: directAvailable options:
limitinteger · min: 1 · max: 100optional
Limits the number of results to return
Default: 10Example: 10
pageTokenstring · max: 8000optional
Pagination token that keeps of track of the current position in the list