Skip to main content
GET
Retrieve an end-to-end story corresponding to a conversation

Authorizations

token
string
query
required

A plaintext token to secure your server, specified at startup in the argument --auth-token thisismysecret

Path Parameters

conversation_id
string
required

Id of the conversation

Query Parameters

until
number
default:None

All events previous to the passed timestamp will be replayed. Events that occur exactly at the target time will be included.

all_sessions
boolean
default:false

Whether to fetch all sessions in a conversation, or only the latest session

  • true - fetch all conversation sessions.
  • false - [default] fetch only the latest conversation session.

Response

Success