---
title: "Obtener registro de webhook por ID"
method: GET
path: "/webhook/log/:webhookLogId"
tags: ["Webhook"]
---

# Obtener registro de webhook por ID

`GET /webhook/log/:webhookLogId`

Obtener detalles del registro de webhook por ID

## Path parameters

- `webhookLogId` string, required

## Response `200`

Registro de webhook recuperado con éxito por ID

- object
  - `id` string, required
  - `webhookId` number, required
  - `status` 'success' | 'error' | 'ongoing', required
  - `createdAt` string, required
  - `currentAttempt` number, required
  - `maxAttempts` number, required
  - `event` 'payment.created' | 'payment.voided' | 'payment.chargeback' | 'contact.status' | 'contact.active' | 'contact.inactive' | 'subscription.created' | 'subscription.updated' | 'subscription.cancelled', required
  - `url` string, required
  - `attempts` object[], nullable, required
    - `status` 'success' | 'error' | 'ongoing', required
    - `request` unknown
    - `response` string, nullable, required
    - `createdAt` string, required
    - `attempt` number, required

## Other responses

- `404` — Registro de webhook no encontrado

---

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