Models Hub
API 参考日志

获取个人日志统计

获取当前用户自己的请求日志统计。

编辑此页
GET
/api/log/self/stat

Authorization

AuthorizationBearer <token>

使用 Authorization Bearer API Key 进行鉴权。

In: header

Query Parameters

start_timestamp?integer

开始时间,Unix 秒级时间戳。

end_timestamp?integer

结束时间,Unix 秒级时间戳。

Response Body

application/json

curl -X GET "https://example.com/api/log/self/stat"
{
  "success": true,
  "message": "string",
  "data": null
}