Skip to main content
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

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 events for the replay conversation.