createdAt descending.GET /v1/bookings/{bookingId}/recaps.x-jicoo-api-key or Bearer authentication.X-Jicoo-Team header is required.x-jicoo-api-key: ********************Authorization: ********************curl --location --request GET '/v1/bookings//recaps' \
--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",
"title": "Weekly sync",
"summary": {
"background": "Previous week review",
"conclusion": "Keep current direction",
"nextSteps": "Share action items"
},
"minutes": "Action items and discussion summary",
"details": "Detailed recap body",
"decisions": [
"Keep the current launch schedule"
],
"risks": [],
"customScores": {},
"insightContentTypes": [],
"insightPurposeTypes": [],
"summaryImageUrl": null,
"speakerSummaries": null,
"speakerMetrics": [],
"guestExperienceInsights": [],
"isShareSummary": true,
"isShareMinutes": false,
"isShareTask": null
}
]
}