---
title: "List webhook sources"
method: GET
path: "/webhook-sources"
tags: ["Webhook sources"]
---

# List webhook sources

`GET /webhook-sources`

Lists the workspace's active inbound webhook sources (external services delivering events into Ando).

## Query parameters

- `limit` string — Page size, 1-100. Defaults to 50.
- `cursor` string — Pagination cursor from the previous page's page_info.

## Response `200`

Active inbound webhook sources.

- ListWebhookSourcesResponse — Active inbound webhook sources for the workspace.
  - `data` object, required — Source list.
    - `items` WebhookSourceResult[], required — Sources.
      - `display_name` string, required — Source display name (provider canonical).
      - `ingress_url` string, required — URL to configure in the external service's webhook settings.
      - `provider` string, required — Provider preset key, or "custom".
      - `source_id` string, required — Webhook source identifier.
      - `status` string, required — Source status.
    - `page_info` object, required — Pagination metadata.
      - `has_next_page` boolean, required — Whether more sources exist past this page.
      - `next_cursor` string, nullable, required — Cursor for the next page; null on the last page.

## Other responses

- `400` — Bad request.
- `401` — Missing or invalid API key.
- `403` — Forbidden.
- `404` — Not found.
- `409` — Conflict.
- `429` — Rate limit or quota exceeded.
- `500` — Internal server error.

---

[API](https://skmtc.net/ando/apis/ando-public-api.md) · [All operations](https://skmtc.net/ando/apis/ando-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ando/ando-public-api/revisions/0a94056fba48/schema)
