#!/bin/bash docker exec mysql mysql -uroot -pLanqi123456 new-api -e " SELECT l.request_id, FROM_UNIXTIME(l.created_at) as time_utc, l.model_name, l.upstream_id, l.quota, l.prompt_tokens, l.completion_tokens, l.use_time, l.channel_id, l.content, l.other FROM logs l WHERE l.request_id IN ( '20260508144012128695707Koi8kaar', '20260508153319872959264rIR9KR6a' ) ORDER BY l.created_at ASC; "