eth_getFilterLogs
eth_getFilterLogs
Returns an array of all logs matching filter with given id. This method is only supported for log filters.
**Provider limits:** Responses are subject to the same **10,000 log event** cap as `eth_getLogs`. Narrow filters or paginate large scans.
⚡ Compute Units: [75 CU](https://docs.conduit.xyz/rpc-nodes/information/compute-units)
Request
This endpoint expects an object.
filterId
Opaque filter ID returned by eth_newFilter. Block filters (eth_newBlockFilter) and pending-transaction filters (eth_newPendingTransactionFilter) are NOT supported by this method — use eth_getFilterChanges for those.
Response
Array of log objects
transactionHash
removed
logIndex
transactionIndex
blockHash
blockNumber
blockTimestamp
address
data
topics