Event Logs
Query event logs
api-key<token>
In: header
Path Parameters
owner*string
slug*string
Query Parameters
projectId?string
query?string
timeRange.start.relativeTime.unit?string
timeRange.start.relativeTime.value?integer
Format
int32timeRange.start.relativeTime.align?string
timeRange.start.absoluteTime?string
Format
int64timeRange.end.relativeTime.unit?string
timeRange.end.relativeTime.value?integer
Format
int32timeRange.end.relativeTime.align?string
timeRange.end.absoluteTime?string
Format
int64timeRange.step?string
Format
int64timeRange.interval.value?number
Format
doubletimeRange.interval.unit?string
timeRange.timezone?string
limit?integer
Format
int32offset?integer
Format
int32version?integer
Format
int32source?string
cachePolicy.cacheTtlSecs?integer
how long the cache will be stored before it is evicted
Format
int32cachePolicy.cacheRefreshTtlSecs?integer
how long the cache will be refreshed in the background
Format
int32cachePolicy.forceRefresh?boolean
force refresh the cache now
cachePolicy.noCache?boolean
do not use cache
Response Body
application/json
curl -X GET "https://example.com/v1/eventlogs/string/string/query"{ "after": [ { "boolValue": true, "dateValue": "2019-08-24T14:15:22Z", "doubleValue": 0.1, "intValue": 0, "listValue": { "values": [ "string" ] }, "longValue": "string", "stringValue": "string" } ], "computeStats": { "binaryVersionHash": "string", "clickhouseStats": { "memoryUsage": "string", "queryDurationMs": "string", "readBytes": "string", "readRows": "string", "resultBytes": "string", "resultRows": "string" }, "computeCostMs": "string", "computedAt": "2019-08-24T14:15:22Z", "computedBy": "string", "isCached": true, "isRefreshing": true }, "entries": [ { "attributes": {}, "blockNumber": "string", "chainId": "string", "contractAddress": "string", "contractName": "string", "distinctId": "string", "eventName": "string", "highlightedMessage": "string", "id": "string", "logIndex": 0, "logLevel": "string", "logType": "string", "message": "string", "timestamp": "string", "transactionHash": "string", "transactionIndex": 0 } ], "total": "string"}