Replays
Get replay
Fetch one replay conversation by ID.
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
403 Forbidden
403 Forbidden
The API key does not include the
read scope required for this route.404 Not Found
404 Not Found
The replay ID does not exist in the workspace.

