Skip to main content
GET
/
workspaces
/
{workspaceId}
/
reports
/
{reportId}
/
deal-insights
Get report deal insights
curl --request GET \
  --url https://app.triplesession.com/api/public/ai-coach/workspaces/{workspaceId}/reports/{reportId}/deal-insights \
  --header 'Authorization: Bearer <token>'
{
  "evaluation_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "link": "<string>",
  "deal_insights": {}
}

Documentation Index

Fetch the complete documentation index at: https://docs.triplesession.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Use the public API key generated for a workspace.

Path Parameters

workspaceId
string<uuid>
required

Workspace ID.

reportId
string<uuid>
required

Report ID.

Response

Deal insights for the report.

evaluation_id
string<uuid>
required
deal_insights
object
required