GET conversations/{conversation_id}/events
Summary: List Events
Operation ID: get-events
Auth: unknown
Operation ID: get-events
Auth: unknown
Parameters (7)
conversation_id
(string, path, required)
The ID of the conversation
cursor
(string, query, optional)
The cursor to start returning results from. You are not expected to provide this manually, but to follow the url provided in `_links.next.href` in the response which contains a `cursor` value
end_id
(string, query, optional)
The ID to end returning events at
event_type
(string, query, optional)
The type of event to search for. Does not currently support custom events
order
(string, query, optional, default: asc)
Show the most (`desc`) / least (`asc`) recently created entries first
Constraints: {'enum': ['asc', 'desc']}
page_size
(integer, query, optional, default: 10)
The number of results returned per page. The default value is `10`. The maximum value is `100`.
Constraints: {'maximum': 100}
start_id
(string, query, optional)
The ID to start returning events at
No probe data for this endpoint yet.