krisp.getMeeting retrieves metadata and participants for one meeting.
automations/get-krisp-meeting.automation.ts
meetingId is required. includeTranscript and includeNotes default to false because those fields can be large. A transcript contains diarized speakers and segments with start and end times in seconds. Notes contain Krisp’s nested generated and custom blocks.
Krisp returns 409 while a meeting is still processing and 404 when it does not exist or the connected user cannot access it.