List webhook requests
Get a paginated list of webhook execution requests.
Documentation Index
Fetch the complete documentation index at: https://developers.dnsradar.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key used to authenticate yourself on DNSRadar. Obtain your API key from your DNSRadar dashboard.
Path Parameters
Query Parameters
Cursor for fetching the next page of results. Use the value from the previous response's 'after' field.
Cursor for fetching the previous page of results. Use the value from the previous response's 'before' field.
Number of items per page (1-100, default: 20)
1 <= x <= 100Field to order results by
Sort direction
asc, desc Filter requests created before this UTC timestamp
Filter requests created after this UTC timestamp
Filter requests delivered before this UTC timestamp
Filter requests delivered after this UTC timestamp
Filter by HTTP status code
Filter requests with last attempt before this UTC timestamp
Filter requests with last attempt after this UTC timestamp
Filter requests by monitor UUID
Response
Paginated list of webhook requests
Paginated response wrapper for list endpoints. Uses cursor-based pagination with after/before parameters.

