Replays
List replays
List replay conversations created from one original conversation.
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
403 Forbidden
403 Forbidden
The API key does not include the
read scope required for this route.500 Internal Server Error
500 Internal Server Error
Fini failed while loading replay conversations for the original conversation.

