Skip to main content
GET
/
api
/
v1
/
sender-profile-chat
/
session
/
{session_id}
/
history
Get Chat History
curl --request GET \
  --url https://api.example.com/api/v1/sender-profile-chat/session/{session_id}/history \
  --header 'Authorization: Bearer <token>'
[
  {
    "role": "<string>",
    "content": "<string>",
    "id": "<string>",
    "timestamp": "2023-11-07T05:31:56Z",
    "metadata": {}
  }
]

Documentation Index

Fetch the complete documentation index at: https://bavlio.mintlify.app/llms.txt

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

Authorizations

Authorization
string
header
required

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

Path Parameters

session_id
string
required

Response

Successful Response

role
string
required

Message sender: 'user' or 'assistant'

content
string
required

Message content

id
string
timestamp
string<date-time>
metadata
Metadata · object

Additional metadata like field name, validation rules