v1

latestOpenAPI 3.1.02026-07-1288262495.0 KB
Data API Usage Metrics

Get logs for requests made by client

Gets logs for requests made by client over a specified time interval for a specific organization.

get/v1/apiLogs

Query parameters

orgIdstring

Organization ID to fetch usage metrics for

startTimestampinteger

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.

endTimestampinteger

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.

chainIdstring

Filter data by chain ID.

responseCodestring

Filter data by response status code.

requestType'data' | 'rpc'

Filter data by request type.

apiKeyIdstring

Filter data by API key ID.

requestPathstring

Filter data by request path.

pageTokenstring

A page token, received from a previous list call. Provide this to retrieve the subsequent page.

pageSizeinteger

The maximum number of items to return.

Response

Successful response

nextPageTokenstring

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.

orgIdstring required

The organization id of the request.