Retrieve generated clinical content from completed ambient session
Documentation Index
Fetch the complete documentation index at: https://developer.suki.ai/llms.txt
Use this file to discover all available pages before exploring further.
cumulative query parameter to get the cumulative summary and structured data for the specified ambient session. If the query parameter is not provided, the default value is false.
You have two options for the cumulative query parameter:
SKIPPED status, it means that the was not generated because the conversation was empty.This status is an expected outcome if an ambient session is started but contains no audible speech (for example, a silent recording). It does not indicate a system error.Unlike a FAILED status, which indicates a processing error, SKIPPED is a successful outcome where no action was needed. Typically filter out or ignore sessions with this status in your application’s user interface.sdp_suki_token
ambient_session_id
Optional. When true, return cumulative summary and structured data up to this session. When false (default), return snapshot data for this session only.