---
title: "Get an evaluator's webhook subscriptions"
method: GET
path: "/v2/evaluators/{evaluator_id}/webhook-subscriptions"
tags: ["Evaluators"]
---

# Get an evaluator's webhook subscriptions

`GET /v2/evaluators/{evaluator_id}/webhook-subscriptions`

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

<Warning>This endpoint is in alpha, read more [here](https://arize.com/docs/ax/rest-reference#api-version-stages).</Warning>

## Path parameters

- `evaluator_id` string, required — A universally unique identifier (base64-encoded opaque string).

## Response `200`

The complete set of webhook subscriptions attached to the resource

- WebhookSubscriptions — The complete set of webhook subscriptions attached to a resource.
  - `subscriptions` WebhookSubscription[], required — The webhooks attached to the resource and the events each receives
    - `webhook_id` string, required — A universally unique identifier (base64-encoded opaque string).
    - `webhook_name` string, required — Name of the subscribed webhook
    - `subscribed_events` WebhookEventType[], required — The events delivered to the webhook

## Other responses

- `400` — Invalid request
- `401` — Authentication is required
- `404` — Not found
- `429` — Rate limit exceeded

---

[API](https://skmtc.net/arize-ai/apis/arize-rest-api.md) · [All operations](https://skmtc.net/arize-ai/apis/arize-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arize-ai/arize-rest-api/revisions/1103033ea050/schema)
