---
title: "List subscriptions"
method: GET
path: "/user/webhooks"
tags: ["webhooks"]
---

# List subscriptions

`GET /user/webhooks`

List webhook subscriptions associated with the currently authenticated user.

## Query parameters

- `limit` integer
- `next` string

## Response `200`

default response

- PaginatedSubscriptionResults
  - `count` integer, required
  - `nextPageToken` string
  - `records` SubscriptionResponse[], required
    - `dataset` PublicDatasetResource
      - `owner` string, required — ID of an organization that owns the resource
      - `type` 'ANALYSIS' | 'CATALOG' | 'COLUMN' | 'DATABASE' | 'DATASET' | 'DATASET_INSIGHT' | 'GLOSSARY' | 'GROUP' | 'METADATA_RESOURCE' | 'TABLE', required
      - `id` string, required — ID of a dataset
    - `events` string[], required
    - `links` SubscriptionLinks
      - `api` SubscriptionApiLinks, required
        - `self` string, uri, required
    - `project` PublicDatasetResource
      - `owner` string, required — ID of an organization that owns the resource
      - `type` 'ANALYSIS' | 'CATALOG' | 'COLUMN' | 'DATABASE' | 'DATASET' | 'DATASET_INSIGHT' | 'GLOSSARY' | 'GROUP' | 'METADATA_RESOURCE' | 'TABLE', required
      - `id` string, required — ID of a dataset
    - `user` PublicUserParty
      - `id` string, required — ID of the user

---

[API](https://skmtc.dev/data/apis/data-world-public-api.md) · [All operations](https://skmtc.dev/data/apis/data-world-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/data/data-world-public-api/revisions/0a0cb1f94dad/schema)
