cURL
curl --request GET \ --url https://api.example.com/user/practice/models/{session_model_id}/responses \ --header 'Authorization: Bearer <token>'
[ { "response_id": 123, "session_model_id": 123, "session_id": 123, "model_name": "<string>", "prompt_text": "<string>", "response_text": "<string>", "created_at": "2023-11-07T05:31:56Z", "token_usage": {}, "latency_ms": 123 } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
Successful Response