Get a single conversation segment

Returns the full definition of a conversation segment including its predicate filters.
Returns 404 if the segment does not exist for your app, and 403 if the segment is private
and not visible to your account.

Listing the conversations of a segment

This resource does not return its conversations. To fetch the conversations belonging to a segment, call the
conversations list endpoint with the segment_id filter: GET /conversations?segment_id={segment_id}. It
accepts the same filters and pagination as any other conversation list.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
\d+

The conversation segment ID

Responses

401

Authentication credentials are missing or invalid

403

Segment not visible to your account

404

Segment not found

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json