Conversations
Get fix-review session
Get one fix-review session by ID, including all iterations and recommendations.
GET
Returns one fix-review session by ID. Unlike Get active fix-review session, this route can retrieve an
active, published, or closed session.
Headers
string
required
Bearer token containing your Fini workspace API key. Format:
Bearer fini_... The key needs read scope.Path parameters
string
required
Conversation ID containing the reviewed response.
string
required
ID of the reviewed Fini response.
string
required
Fix-review session ID returned by Create fix-review iteration.
Request example
Response
Returns the sameFixReviewSession shape as the active-session route. The response includes originalAnswerSnapshot, latestIteration, and all iterations ordered newest first.
Errors
400 Bad Request
400 Bad Request
The target event is invalid for fix review, or the session does not belong to the conversation and response supplied in the path.
403 Forbidden
403 Forbidden
The API key does not include the
read scope required for this route.404 Not Found
404 Not Found
The conversation, event, or session does not exist in the workspace.
500 Internal Server Error
500 Internal Server Error
Fini could not load the session or its related records.

