null, the same
shape as a report that doesn’t exist. There is no way to enumerate other users’
reports.
Authorization
Your bearer token:
Bearer <token>. See Authentication.Path parameters
The report’s id (a UUID). Reports are created by
Analyze transcript.
Response
The agent the report is about, exactly as you sent it on the original analyze
request.
The report’s headline reading in
[0, 1], denormalized for cheap listing.
Matches report.health_score.The full reception report — the exact body the original
Analyze transcript call returned, including
interactions, interaction_totals, per_user, findings, health_score,
and summary.200 OK with either the report payload above or
null when no report with that id exists for the calling user.
200 OK
200 OK (not found or not owned)
Errors
| Status | Code | When |
|---|---|---|
401 | UNAUTHORIZED | The bearer token is missing, invalid, or expired. |
422 | VALIDATION_ERROR | id is not a well-formed UUID. |
200 with null — there is no way to tell a missing report from one you do
not own. A malformed id (not a UUID) is rejected with 422. See
Errors for the envelope shape.

