createdAt descending.GET /v1/bookings/{bookingId}/recordings.x-jicoo-api-key or Bearer authentication.X-Jicoo-Team header is required.x-jicoo-api-key: ********************Authorization: ********************curl --location --request GET '/v1/bookings//recordings' \
--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",
"videoUrl": "https://storage.googleapis.com/example-bucket/recordings/recap_uid_001.mp4",
"videoThumbnailUrl": "https://assets.example.com/recordings/recap_uid_001.jpg",
"isShareVideo": true
}
]
}