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

## Changes

> 4 revisions in range; 2 could not be searched.

- **2026-08-04** `d8043b07769d` — 1 info
  - added the optional property `items/owner` to the response with the `200` status

[Change history](https://skmtc.dev/mem0/apis/mem0-api-docs/changes/api/v1/webhooks/projects/:project_id/get.md)

---

[API](https://skmtc.dev/mem0/apis/mem0-api-docs.md) · [All operations](https://skmtc.dev/mem0/apis/mem0-api-docs/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mem0/mem0-api-docs/revisions/062693546f67/schema)
