Retrieves your API usage statistics within the specified date range (maximum 365 days). Defaults to 7 days ago when no start or end dates are provided.
The valid CreatorDB API key for authentication.
Start date, represented as a Unix timestamp in milliseconds. Defaults to 7 days ago.
"1737312000000"
End date, represented as a Unix timestamp in milliseconds. Defaults to current time.
"1737398400000"
API credit usage results returned successfully.
API usage data containing records and count.
Unique trace ID for each request.
"f8e4a3b2c1d0e9f8a7b6c5d4e3f2a1b0"
Time the response was generated, represented as a Unix timestamp in milliseconds.
1750732453635
Error code returned if the request fails. Empty if the request is successful.
""
Description of the error. Empty if the request is successful.
""
true if the request is successful.
true