---
title: "Retrieve data project subscription"
method: GET
path: "/user/webhooks/projects/{owner}/{id}"
tags: ["webhooks"]
---

# Retrieve data project subscription

`GET /user/webhooks/projects/{owner}/{id}`

Retrieve webhook subscription associated with the currently authenticated user and to a given project.

## Path parameters

- `owner` string, required
- `id` string, required

## Response `200`

default response

- Subscription
  - `dataset` DatasetIdentifier
    - `id` string, required
    - `owner` string, required
  - `events` string[], required
  - `project` DatasetIdentifier
    - `id` string, required
    - `owner` string, required
  - `user` UserIdentifier
    - `id` string, required

---

[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)
