简体中文
cURL
curl --request GET \ --url https://geekai.co/api/chat/transaction/{uuid} \ --header 'Authorization: Bearer <token>'
{ "request_id": "<string>", "amount": 123, "tokens": 123, "input_tokens": 123, "output_tokens": 123, "cache_hit_tokens": 123, "cache_write_tokens": 123, "billed_units": 123, "times": 123, "event": "<string>", "channel": "<string>", "discount": 123 }
查询指定对话的账单明细
uuid
id
task_id
amount
系统KEY
资源唯一标识符
成功响应
The response is of type object.
object