We're working on a new version of our documentation - it will be out soon! In the meantime, you can use our SDK READMEs on GitHub for usage instructions.
cURL
curl --request GET \ --url https://api.recallrai.com/api/v1/users/{custom_user_id}/sessions/{session_id} \ --header 'X-Recallr-Api-Key: <x-recallr-api-key>' \ --header 'X-Recallr-Project-Id: <x-recallr-project-id>'
{ "session": { "session_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "pending", "created_at": "2023-11-07T05:31:56Z", "metadata": {} } }
Retrieve a specific session by ID.
Get detailed information about a conversation session including its status, creation time, and custom metadata.
Returns session details with current status and metadata.
Session retrieved successfully
Show child attributes
Was this page helpful?