Skip to main content
POST
/
api
/
v1
/
conversations
/
{conversation_id}
/
resume
/
{session_id}
Resume Session
curl --request POST \
  --url https://api.example.com/api/v1/conversations/{conversation_id}/resume/{session_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string
required
session_id
string
required

Query Parameters

cursor
string | null
default:0-0

Stream cursor position to resume from

Response

Successful Response