Resume streaming from an existing 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>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Stream cursor position to resume from
Successful Response
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>"
}
]
}