Skip to main content
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.

Pagination

This endpoint uses cursor-based pagination. Use the limit parameter to control page size, and pass the next_offset value from the response as the offset parameter to retrieve the next page.

Authorizations

X-Sim-Api-Key
string
header
required

API key for authentication. Obtain your key from the Dune dashboard at sim.dune.com.

Query Parameters

limit
integer
default:100

Number of results to return. Defaults to 100.

offset
string

The offset to paginate through result sets; this is a cursor being passed from the previous response.

Response

A list of webhooks.

webhooks
object[]
next_offset
string

Cursor for pagination. Pass this value as the offset parameter to get the next page.