Skip to main content
GET
Returns replay conversations created from one original conversation. Use this after Create replay when you want to compare all replay attempts for the same source conversation.

Headers

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

Path parameters

string
required
Original conversation ID whose replays you want to list.

Response

number
Number of replay conversations returned.
array
Replay conversation records. Each item is an interaction object with parentInteractionId pointing back to the original conversation and replay metadata describing the target event and replay status.

Errors

The API key is missing, malformed, revoked, or invalid.
The API key does not include the read scope required for this route.
Fini failed while loading replay conversations for the original conversation.