Authorization: ********************X-API-Key: ********************curl --location 'https://my.xentree.com/api/live/transcripts' \
--header 'Authorization: Bearer <token>'{
"total": 0,
"items": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"session_started_at": "2019-08-24T14:15:22.123Z",
"session_ended_at": "2019-08-24T14:15:22.123Z",
"duration_seconds": 0,
"turns_count": 0,
"created_at": "2019-08-24T14:15:22.123Z"
}
]
}