Skip to main content
GET
/
api
/
v1
/
shares
/
{conversation_history_id}
/
sessions
/
{session_id}
Load shared history
curl --request GET \
  --url https://api.webless.ai/api/v1/shares/{conversation_history_id}/sessions/{session_id}
{
  "status": "success",
  "message": "<string>",
  "session_id": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.webless.ai/llms.txt

Use this file to discover all available pages before exploring further.

Shared history snapshots expire after 20 days.

Path Parameters

conversation_history_id
string
required

The shared conversation history ID.

session_id
string
required

The session ID that should receive the shared history.

Response

Shared history loaded

status
string
Example:

"success"

message
string
session_id
string
template_id
enum<string>
Available options:
mr,
sr