cURL
curl --request GET \ --url https://api.example.com/partner/{partner_id}/session/{session_id}/messages \ --header 'Authorization: Bearer <token>'
{ "items": [ { "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": {} } ], "total": 123, "page": 123, "size": 123 }
특정 세션의 메시지 목록 조회.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
강사 ID
x >= 1
1 <= x <= 200
Successful Response
Show child attributes