highlight
Retrives highlights for a meeting
Get all highlights by meeting id
get/v1/meetings/{meetingId}/highlights
Path parameters
meetingIdstring required
Meeting ID
Query parameters
typestring
Type of highlights to retrieve (e.g. 'next_steps')
Response
OK
Example response
{
"meeting_id": "17c36737-1bf5-4626-8483-88285f6a33ee",
"highlights": [
{
"highlightText": "John has been assigned to cross check KPIs from different company data ingestors.",
"label": "Task"
}
]
}