createdAt descending.GET /v1/bookings/{bookingId}/transcripts.x-jicoo-api-key or Bearer authentication.X-Jicoo-Team header is required.x-jicoo-api-key: ********************Authorization: ********************curl --location --request GET '/v1/bookings//transcripts' \
--header 'X-Jicoo-Team;' \
--header 'x-jicoo-api-key: <api-key>'{
"data": [
{
"createdAt": "2026-04-18T02:30:00.000Z",
"updatedAt": "2026-04-18T02:45:00.000Z",
"transcription": "[00:00] Alice: hello",
"normalizedLines": "[{\"text\":\"hello\"}]",
"speakerTimeline": [
{
"participantId": null,
"name": "Alice",
"email": null,
"startAtSeconds": 0,
"endAtSeconds": 10,
"isHost": null
}
],
"isShareTranscription": true
}
]
}