---
title: "Resend an existing webhook log"
method: POST
path: "/webhooks/{webhookId}/logs/{executionLogId}/resend"
tags: ["Webhook"]
---

# Resend an existing webhook log

`POST /webhooks/{webhookId}/logs/{executionLogId}/resend`

Re-queues the Hangfire job for a particular webhook execution log. If the job no longer exists or the user
does not own the log, it fails. This is a single execution log re-send.
Requires the `user.webhooks.update` permission.

## Path parameters

- `webhookId` string, uuid, required
- `executionLogId` string, uuid, required

## Response `200`

The operation was successfully completed.

- ObjectResponse — Represents a default generic response for API endpoints.
  - `success` boolean, required — Indicates whether the operation or response was successful.
  - `message` string, nullable — A descriptive message providing additional context or information about the response.
  - `code` string, nullable — The error code (if there was an error) to use when referencing the error
  - `data` unknown

## Other responses

- `400` — The provided form information is not valid, check that the provided data is valid. You can use the 'invalidFields' field to get the list of invalid fields or just use the 'message' field.
- `401` — You are not authorized, check your API key and try again.
- `403` — You are not authorized to access this endpoint, you may be missing an API key scope or be requesting a privileged endpoint.
- `404` — One of the objects referenced by the ID given in the URL or form was not found, check the ID and try again.

---

[API](https://skmtc.net/komerza/apis/komerza-api.md) · [All operations](https://skmtc.net/komerza/apis/komerza-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/komerza/komerza-api/revisions/060e78bc7f80/schema)
