Skip to main content
GET
Returns one replay conversation record by ID. Use this when you already have a replay ID from Create replay or List replays.

Headers

string
required
Bearer token containing your Fini workspace API key. Format: Bearer fini_... The key needs read scope.

Path parameters

string
required
Replay conversation ID to fetch.

Response

Returns the replay conversation record.
string
Replay conversation ID.
string
Original conversation ID this replay was created from.
object
Replay metadata, including target_event_id, status, and optional ml_models.

Errors

The API key is missing, malformed, revoked, or invalid.
The API key does not include the read scope required for this route.
The replay ID does not exist in the workspace.