---
title: "Get the Webhooks for an environment"
method: GET
path: "/environments/{environmentId}/webhooks"
tags: ["Webhooks"]
---

# Get the Webhooks for an environment

`GET /environments/{environmentId}/webhooks`

## Path parameters

- `environmentId` string, required

## Response `200`

List of webhooks for this project environment

- WebhooksResponse
  - `cursor` string
  - `data` Webhook[]
    - `environmentId` string, required
    - `webhookId` string, required
    - `url` string, required
    - `secret` string
    - `version` string
    - `events` string[], required
    - `isEnabled` boolean, required
    - `enabledAt` string, date-time
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Server Error

---

[API](https://skmtc.net/dynamic/apis/dashboard-api.md) · [All operations](https://skmtc.net/dynamic/apis/dashboard-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dynamic/dashboard-api/versions/aac826315d90/schema)
