---
title: "Webhook Logs"
method: GET
path: "/v1/wallets/{walletId}/transactions/{transactionsId}/webhooks"
tags: ["Transactions"]
---

# Webhook Logs

`GET /v1/wallets/{walletId}/transactions/{transactionsId}/webhooks`

This endpoint retrieves the webhooks associated with a specific transaction within a wallet

## Response `200`

200

- object
  - `data` object[]
    - `attempts` number
    - `createdAt` string
    - `event` string
    - `id` string
    - `payload` object
      - `address` object
        - `address` string
        - `configurations` object
          - `aml` object
            - `message` string
            - `provider` string
            - `status` string
        - `createdAt` string
        - `derivationPath` string
        - `id` string
        - `isActive` boolean
        - `metadata` object
          - `id` string
        - `name` string
        - `network` string
        - `type` string
        - `updatedAt` string
      - `amlScreening` object
        - `message` string
        - `provider` string
        - `status` string
      - `amount` string
      - `amountPaid` string
      - `asset` object
        - `address` string
        - `createdAt` string
        - `decimals` number
        - `id` string
        - `isActive` boolean
        - `name` string
        - `network` string
        - `standard` string
        - `symbol` string
        - `updatedAt` string
      - `assetSwept` unknown
      - `assetSweptAmount` unknown
      - `assetSweptAt` unknown
      - `assetSweptGasFee` unknown
      - `assetSweptHash` unknown
      - `assetSweptRecipientAddress` unknown
      - `assetSweptSenderAddress` unknown
      - `blockHash` string
      - `blockNumber` number
      - `blockchain` object
        - `createdAt` string
        - `derivationPath` string
        - `id` string
        - `isActive` boolean
        - `isEvmCompatible` boolean
        - `name` string
        - `slug` string
        - `symbol` string
        - `tokenStandard` string
        - `updatedAt` string
      - `confirmations` number
      - `confirmed` boolean
      - `createdAt` string
      - `currency` string
      - `gasFee` string
      - `gasPrice` string
      - `gasUsed` string
      - `hash` string
      - `id` string
      - `metadata` object
        - `id` string
      - `network` string
      - `note` unknown
      - `reason` unknown
      - `recipientAddress` string
      - `reference` string
      - `senderAddress` string
      - `status` string
      - `type` string
      - `updatedAt` string
      - `wallet` object
        - `address` string
        - `business` object
          - `createdAt` string
          - `id` string
          - `name` string
          - `sector` string
          - `status` string
          - `updatedAt` string
        - `createdAt` string
        - `derivationPath` string
        - `description` string
        - `id` string
        - `isActive` boolean
        - `name` string
        - `network` string
        - `updatedAt` string
    - `reference` string
    - `response` string
    - `status` string
    - `updatedAt` string
    - `url` string
  - `message` string
  - `statusCode` number

---

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