v1

latestOpenAPI 3.1.02026-08-0458114534.0 KB
Webhooks Attempts

List webhook attempts

List all attempts made by a Webhook ordered in descending order.

get/v0/webhooks/{id}/attempts

Path parameters

idstring required

The ID of the webhook

Query parameters

cursorstring

The cursor to paginate through the results

limitinteger

The number of results to return

eventType'webset.created' | 'webset.deleted' | 'webset.paused' | 'webset.idle' | 'webset.search.created' | 'webset.search.canceled' | 'webset.search.completed' | 'webset.search.updated' | 'import.created' | 'import.completed' | 'webset.item.created' | 'webset.item.enriched' | 'monitor.created' | 'monitor.updated' | 'monitor.deleted' | 'monitor.run.created' | 'monitor.run.completed' | 'webset.export.created' | 'webset.export.completed'

The type of event to filter by

successfulboolean

Filter attempts by their success status

Response

List of webhook attempts

hasMoreboolean required

Whether there are more results to paginate through

nextCursorstring nullable required

The cursor to paginate through the next set of results