Returns a list of customer interactions associated with the contact, ordered with the most recent first. Results are paginated using a cursor: pass the next_cursor returned by a previous response as the cursor query parameter to fetch the next page. When next_cursor is null, there are no more results.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The contact identifier, which can be either its UUID or its user-defined ext_id. When using the ext_id, the format should be alt:ext_id:<ext_id>.
Maximum number of customer interactions to return in a single response. Defaults to 20. Must be between 1 and 100; values outside this range return a 400.
1 <= x <= 100Pagination cursor returned as next_cursor in a previous response. Omit on the first request.