---
title: "List project webhook jobs"
method: GET
path: "/projects/{project_name_or_id}/webhook/jobs"
tags: ["webhookjob"]
deprecated: true
---

# List project webhook jobs

`GET /projects/{project_name_or_id}/webhook/jobs`

> **Deprecated.**

This endpoint returns webhook jobs of a project.

## Path parameters

- `project_name_or_id` string, required

## Query parameters

- `q` string
- `sort` string
- `page` integer
- `page_size` integer
- `policy_id` integer, required
- `status` string[]

## Headers

- `X-Request-Id` string
- `X-Is-Resource-Name` boolean

## Response `200`

List project webhook jobs successfully.

- WebhookJob[]
  - `id` integer — The webhook job ID.
  - `policy_id` integer — The webhook policy ID.
  - `event_type` string — The webhook job event type.
  - `notify_type` string — The webhook job notify type.
  - `status` string — The webhook job status.
  - `job_detail` string — The webhook job notify detailed data.
  - `creation_time` string, date-time — The webhook job creation time.
  - `update_time` string, date-time — The webhook job update time.

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal server error

---

[API](https://skmtc.dev/cerit/apis/harbor-api.md) · [All operations](https://skmtc.dev/cerit/apis/harbor-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cerit/harbor-api/revisions/62d78801f8df/schema)
