Get Existing Interaction
Retrieves a previously recorded interaction by its unique identifier (interaction ID).
Headers
Identifies a distinct entity within Corti's multi-tenant system. Ensures correct routing and authentication of the request.
"copiloteu"
Path Parameters
The unique identifier of the interaction to retrieve. Must be a valid UUID.
Response
Unique identifier for the interaction.
A unique identifier for the medical professional responsible for this interaction. If nulled, automatically set to a uuid.
Information about the encounter, including type, status, and timing.
Details about the patient involved in the interaction, if applicable.
The timestamp when the interaction concluded (UTC).
The timestamp when the interaction was started (UTC).
The timestamp when the interaction was last modified (UTC).
WebSocket URL for streaming real-time interactions. Append a token in the format: /interactions/{interactionID}/streams?token=Bearer token-value-here
The timestamp indicating the last recorded update for this interaction.
Was this page helpful?