---
title: "Service: /webhooks/jobs/{id} [GET]"
source: https://dev.pageseeder.com/api/services/webhooks-job-GET.html
description: "Retrieves a webhook job by ID. Supports filtering for failed jobs. Requires administrator permissions. Returns job details including webhook ID, retry count, and associated events."
last_updated: 2026-09-02T11:36:15+10:00
document_type: api_endpoint
operation_id: webhook-GET
resource_id: webhook
path_template: /webhooks/jobs/{id}
http_method: GET
api_category: webhook
implementation_version: 6.2005
api_since: 6.1000
deprecated_since: null
obsolete_since: null
api_support: experimental
cache_control: null
generated_at: 2026-09-02
tokens: ~128
---

# /webhooks/jobs/\{id\} \[GET\]

## Description

Gets a webhook job.

## Parameters

| Name | Description | Required | Type | Default value |
| --- | --- | --- | --- | --- |
| failed | Whether it is a failed job | no | boolean | `false` |

## Permission

This service requires administrator.

## Response

```xml
       <job id="158" webhook="4" retries="2"
            retry-next="2017-12-12T11:15:12"
            events="567,654" />
 
```

## Error handling

No specific errors expected for this generator.

