Replays
Get replay events
Fetch the events for one replay conversation.
GET
Returns the formatted events for one replay conversation. Use this after Get replay when you need the replayed messages and execution details rather than only the replay conversation metadata.
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 whose events you want to fetch.
Response
Returns an array of formatted event objects.string
Event ID.
string
Replay conversation ID that owns the event.
enum
Event sender role, such as
user or finibot.string
Message content for the event, when present.
string
Original conversation event copied into or referenced by the replay, when present.
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 events for the replay conversation.

