Models Hub
API ReferenceLogs

Get personal log statistics

Get the current user's own request log statistics.

Edit this page
GET
/api/log/self/stat

Authorization

AuthorizationBearer <token>

Authenticate using an Authorization Bearer API Key.

In: header

Query Parameters

start_timestamp?integer

Start time, as a Unix timestamp in seconds.

end_timestamp?integer

End time, as a Unix timestamp in seconds.

Response Body

application/json

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