cURL
curl --request GET \ --url https://api.simli.ai/history/sessions \ --header 'x-simli-api-key: <api-key>'
{ "sessions": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "sessionTotalTime": 123, "startTime": 123, "endTime": 123, "userId": "<string>", "endUserAggregator": "<string>", "apiKeyName": "<string>" } ] }
Returns a list of session history records for the authenticated user
Filter records from this Unix timestamp
1745750387
Filter records until this Unix timestamp
1745750408
A list of session history records
Show child attributes