Skip to main content
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 same FixReviewSession shape as the active-session route. The response includes originalAnswerSnapshot, latestIteration, and all iterations ordered newest first.

Errors

The target event is invalid for fix review, or the session does not belong to the conversation and response supplied in the path.
The API key is missing, malformed, revoked, or invalid.
The API key does not include the read scope required for this route.
The conversation, event, or session does not exist in the workspace.
Fini could not load the session or its related records.