Skip to main content
POST
Create a shared history snapshot
Private sessions cannot be shared. Requests with is_private_session: true return 403.

Body

application/json
session_id
string
required

Session ID to share.

template_id
enum<string>
required

mr shares the full multi-request history. sr shares only the latest request.

Available options:
mr,
sr
use_history
boolean
default:false

When true, include query history and persist a reloadable snapshot.

is_private_session
boolean
default:false

Response

Share snapshot

conversation_history_id
string
template_id
enum<string>
Available options:
mr,
sr
session_id
string
history
object[]
conversation_history
any[]

Only present when use_history is true.