cURL
curl --request GET \ --url https://api.{workspaceId}.clinia.cloud/ai/v1/summaries/{summaryId}
{ "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "userId": "<string>", "patientId": "<string>", "summaryTemplateId": "<string>", "content": "<string>", "memoryBlockIds": [ "<string>" ] }
Retrieve a summary by its id.
The ID of the user making the request. Used to associate the request with a specific user.
The summary id to retrieve.
Successful response
Was this page helpful?