---
title: "GET /mr-api/webhooks/{envId}"
method: GET
path: "/mr-api/webhooks/{envId}"
tags: ["WebhookService"]
---

# GET /mr-api/webhooks/{envId}

`GET /mr-api/webhooks/{envId}`

Provides a pagination API for listing webhooks for a specific environment

## Response `200`

the webhook results

- WebhookSummary
  - `max` integer, required
  - `results` WebhookSummaryItem[], required
    - `id` string, uuid, required — event id as stored in the database (not webhook cloudevent id)
    - `type` string — webhook type, empty if the filter is specified as it is just repeated data
    - `method` string, required — POST, PUT, etc
    - `whenSent` string, date-time, required — When the hook was posted
    - `status` integer, required — HTTP status code

## Other responses

- `401` — no permission to anything
- `403` — no permission to environment
- `404` — no such environment

---

[API](https://skmtc.net/featurehub-io/apis/managementresourceapi.md) · [All operations](https://skmtc.net/featurehub-io/apis/managementresourceapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/featurehub-io/managementresourceapi/versions/faed5fd616c3/schema)
