---
title: "Resend log"
method: POST
path: "/v1/logs/{logID}/action"
tags: ["Logs"]
---

# Resend log

`POST /v1/logs/{logID}/action`

You may resend log to one or more destinations

## Path parameters

- `logID` string, required

## Request body

- LogAction
  - `action` string — Log action, for example 'resend'
  - `output` string — Optional, only set to an output ID if you want to resend this log to the specific output instead of all bucket outputs

## Response `200`

OK

- Response
  - `id` string — ID of the object
  - `status` string — Status of the action

## Other responses

- `400` — Invalid request

---

[API](https://skmtc.dev/webhookrelay/apis/webhook-relay.md) · [All operations](https://skmtc.dev/webhookrelay/apis/webhook-relay/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webhookrelay/webhook-relay/revisions/ce8fd4d3cf19/schema)
