Get Segments
curl --request GET \
  --url http://{api_endpoint}/api/v1/v1/customercare/conversations/{conversation_id} \
  --header 'Authorization: Bearer <token>'
[
  {
    "segment_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "tenant_id": "<string>",
    "conversation_id": "<string>",
    "recorded_at": "2023-11-07T05:31:56Z",
    "period": "<string>",
    "source": "<string>",
    "segment_type": "start",
    "meta": {},
    "created_on": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string
required
Required string length: 8 - 64

Response

Successful Response

segment_id
string<uuid>
required
tenant_id
string
required
conversation_id
string
required
recorded_at
string<date-time>
required
source
string
required
segment_type
enum<string>
required

Enum for types of segment

Available options:
start,
fragment,
end
meta
object
required
created_on
string<date-time>
required
updated_at
string<date-time>
required
period
string | null