> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Logs and events | Gnosis

> Gnosis Chain event log RPC methods for retrieving smart contract events, transaction logs, and filter-based data from your Chainstack node endpoints.

Retrieving logs information from the Gnosis Chain can be done by using the following methods:

<CardGroup cols={2}>
  <Card title="eth_getLogs" icon="angle-right" iconType="solid" href="/reference/gnosis-getlogs" horizontal />

  <Card title="eth_newFilter" icon="angle-right" iconType="solid" href="/reference/gnosis-newfilter" horizontal />
</CardGroup>

<Info>
  Find logs limitations in [Understanding eth\_getLogs limitations](/docs/understanding-eth-getlogs-limitations)
</Info>
