Skip to main content
GET
Python

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

event_type
enum<string>
required

The event type to filter by, for example knowledge.processing.completed or batch_prediction.completed.

Available options:
knowledge.processing.completed,
batch_prediction.completed,
batch_prediction.failed,
batch_prediction.expired,
batch_prediction.cancelled

Response

List of active webhooks for event

object
enum<string>
required
Available options:
list
data
object[]
required

An array containing active webhook subscriptions for the requested event.