GET
/
api
/
messaging
/
sessions
/
{sessionId}
Get session information
curl --request GET \
  --url http://localhost:3000/api/messaging/sessions/{sessionId}
{
  "sessionId": "<string>",
  "agentId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "userId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "createdAt": "2023-11-07T05:31:56Z",
  "lastActivity": "2023-11-07T05:31:56Z",
  "metadata": {}
}

Path Parameters

sessionId
string
required

ID of the session

Response

200
application/json

Session information retrieved successfully

The response is of type object.