---
title: "Get Webhooklog By Id"
method: GET
path: "/api/v1/outbound_webhook/WebhookLog/{webhooklog_id}"
tags: ["Outbound Webhook"]
---

# Get Webhooklog By Id

`GET /api/v1/outbound_webhook/WebhookLog/{webhooklog_id}`

Gets an webhook log by its id

## Path parameters

- `webhooklog_id` string, uuid, required

## Response `200`

Successful Response

- IGetResponseBaseIWebhookLogRead
  - `message` string, nullable
  - `meta` union
    - object
    - unknown
  - `data` IWebhookLogRead
    - `webhook_id` string, uuid, nullable
    - `event_name` string, required
    - `body` object
    - `response_code` string, nullable, required
    - `response` string, nullable, required
    - `id` string, uuid, required
    - `created_at` string, date-time, required

## Other responses

- `422` — Validation Error

---

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