cURL
curl --request GET \ --url https://api.example.com/partner/{partner_id}/session/{session_id}/messages/{message_id} \ --header 'Authorization: Bearer <token>'
{ "id": 123, "session_id": 123, "sender_type": "student", "message_type": "text", "content": "<string>", "created_at": "2023-11-07T05:31:56Z", "sender_id": 123, "tokens": 123, "latency_ms": 123, "meta": {} }
단일 메시지 조회.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
강사 ID
x >= 1
Successful Response
student
staff
system
text
image
audio
file
tool