Sessions
Get Session
GET
/v1/sessions/{thread_id}Authorization
HTTPBearer AuthorizationBearer <token>
AskRAI API key
In: header
Path Parameters
thread_id*Thread Id
Response Body
application/json
application/json
curl -X GET "https://example.com/v1/sessions/string"{ "thread_id": "string", "messages": [ { "role": "string", "content": "string", "timestamp": "2019-08-24T14:15:22Z", "id": "string" } ]}