get
https://api.customerly.io/v2/segments/conversations
Returns a paginated list of the conversation segments visible to your account.
Segments are ordered by ID descending (most recently created first).
Visibility
A conversation segment is visible when one of these is true:
- it is public (
is_private = false) and your account can access all conversations, or - your account is a master, or
- your account created the segment, or
- the segment is shared with your account (your account id is in
shared_account_ids).
Pagination
This endpoint uses cursor-based pagination:
per_page: Number of segments per page (default: 20, max: 100)cursor: Thesegment_idfrom the last item of the previous page
Listing the conversations of a segment
To fetch the conversations belonging to a segment, call the conversations list endpoint with the segment_id
filter: GET /conversations?segment_id={segment_id}.
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
401Authentication credentials are missing or invalid
403Permission denied
422Validation error in query parameters