---
title: "Get Project Webhooks"
method: GET
path: "/api/v1/webhooks/projects/{project_id}/"
tags: ["webhooks"]
---

# Get Project Webhooks

`GET /api/v1/webhooks/projects/{project_id}/`

Retrieve all webhooks for a specific project

## Path parameters

- `project_id` string, required

## Response `200`

List of webhooks for the project.

- object[]
  - `webhook_id` string — Unique identifier of the webhook.
  - `name` string — Name of the webhook
  - `url` string — URL endpoint for the webhook.
  - `event_types` string[] — List of event types the webhook subscribes to.
  - `owner` string — Username of the webhook's owner.
  - `is_active` boolean — Whether the webhook is active
  - `project` string — Name of the project the webhook is associated with
  - `created_at` string, date-time — Timestamp when the webhook was created
  - `updated_at` string, date-time — Timestamp when the webhook was last updated

## Other responses

- `403` — Unauthorized access

---

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