---
title: "List Security Webhooks"
method: GET
path: "/repos/{repo_id}/security/webhooks"
tags: ["security"]
---

# List Security Webhooks

`GET /repos/{repo_id}/security/webhooks`

Configured endpoints for this repo. Signing secrets are never
returned — they are shown once at creation only.

## Path parameters

- `repo_id` string, required

## Response `200`

Successful Response

- SecurityWebhookList
  - `items` SecurityWebhook[]
    - `id` string, required
    - `repo_id` string, nullable
    - `team_id` string, nullable
    - `url` string, required
    - `events` string[]
    - `format` 'json' | 'slack'
    - `active` boolean
    - `failure_count` integer
    - `last_delivery_at` string, nullable
    - `last_error` string, nullable
    - `created_at` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/repowise/apis/repowise-hosted-api.md) · [All operations](https://skmtc.dev/repowise/apis/repowise-hosted-api/llms.txt) · [OpenAPI document](https://skmtc.dev/repowise/apis/repowise-hosted-api/revisions/29a9df53f763?raw)
