4d95080d8ffb

latestOpenAPI 3.0.3Apache-2.02026-08-10130378638.8 KB
Evaluators

Get an evaluator's webhook subscriptions

Get the webhooks attached to an evaluator and the events each receives.

<Warning>This endpoint is in alpha, read more here.</Warning>

get/v2/evaluators/{evaluator_id}/webhook-subscriptions

Path parameters

evaluator_idstring required

A universally unique identifier (base64-encoded opaque string).

Example:RW50aXR5OjEyMzQ1

The unique evaluator identifier (base64)

Response

The complete set of webhook subscriptions attached to the resource

Example response

{
  "subscriptions": [
    {
      "webhook_id": "RW50aXR5OjEyMzQ1"
    }
  ]
}