Get Session
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",
"created_at": "2023-11-07T05:31:56Z",
"metadata": {}
}
}Sessions
Get Session
Retrieve a specific session by ID.
Get detailed information about a conversation session including its status, creation time, and custom metadata.
Path Parameters:
custom_user_id(str): Unique identifier for the usersession_id(UUID): Session UUID to retrieve
Returns:
session(SessionInfo): Session details with ID, status, creation timestamp, and metadata
GET
/
api
/
v1
/
users
/
{custom_user_id}
/
sessions
/
{session_id}
Get Session
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",
"created_at": "2023-11-07T05:31:56Z",
"metadata": {}
}
}Documentation Index
Fetch the complete documentation index at: https://docs.recallrai.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?
⌘I