List all webhooks
Subscriptions
List Webhooks
Retrieve a paginated list of all webhook subscriptions for your team.
GET
List all webhooks
Returns a list of all webhook subscriptions associated with your authenticated team. Use this endpoint to view all your active and inactive webhooks, along with their configurations.Documentation Index
Fetch the complete documentation index at: https://docs.sim.dune.com/llms.txt
Use this file to discover all available pages before exploring further.
Pagination
This endpoint uses cursor-based pagination. Use thelimit parameter to control page size, and pass the next_offset value from the response as the offset parameter to retrieve the next page.Authorizations
API key for authentication. Obtain your key from the Dune dashboard at sim.dune.com.
Query Parameters
Number of results to return. Defaults to 100.
The offset to paginate through result sets; this is a cursor being passed from the previous response.