Get logs for requests made by client
Gets logs for requests made by client over a specified time interval for a specific organization.
Authorizations
Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://avacloud.io/.
Query Parameters
Organization ID to fetch usage metrics for
The start time of the range as a UNIX timestamp. The requested start time will be rounded down to 0:00 UTC of the day.
x > 0
The end time of the range as a UNIX timestamp. The requested end time will be rounded down to 0:00 UTC of the day.
x > 0
Filter data by chain ID.
Filter data by request path.
Filter data by response status code.
Filter data by request type.
data
, rpc
Filter data by API key ID.
A page token, received from a previous list call. Provide this to retrieve the subsequent page.
The maximum number of items to return.
1 < x < 100
Response
The organization id of the request.
An array of logs representing the requests made by clients.
A token, which can be sent as pageToken
to retrieve the next page. If this field is omitted or empty, there are no subsequent pages.
Was this page helpful?