---
title: "Get forwarding event by ID"
method: GET
path: "/forwarding/{id}"
tags: ["forwarding"]
---

# Get forwarding event by ID

`GET /forwarding/{id}`

Returns a single forwarding event by its internal ID. The response includes details about
the cross-domain token transfer such as destination domain, destination address,
forwarding address, success/failed counts, and the list of individual transfers.

## Path parameters

- `id` integer, required

## Response `200`

OK

- ResponsesForwarding
  - `amount` string, string
  - `chain` ResponsesChainMetadata
    - `block_explorers` ResponsesBlockExplorer[]
      - `api_url` string, string
      - `family` string, string
      - `name` string, string
      - `url` string, string
    - `name` string
    - `native_token` ResponsesNativeToken
      - `decimals` integer
      - `name` string, string
      - `symbol` string, string
  - `denom` string, string
  - `dest_address` string, binary
  - `dest_domain` integer
  - `forward_address` ResponsesShortAddress
    - `celestials` ResponsesCelestial — Linked celestial id
      - `image_url` string
      - `name` string
      - `primary` boolean
      - `status` string
    - `hash` string
  - `height` integer
  - `id` integer
  - `inputs` ResponsesForwardingInput[]
    - `chain` ResponsesChainMetadata
      - `block_explorers` ResponsesBlockExplorer[]
        - `api_url` string, string
        - `family` string, string
        - `name` string, string
        - `url` string, string
      - `name` string
      - `native_token` ResponsesNativeToken
        - `decimals` integer
        - `name` string, string
        - `symbol` string, string
    - `denom` string, string
    - `from` string, string
    - `height` integer
    - `received` string, string
    - `time` string, date-time
    - `tx_hash` string, binary
  - `message_id` string, string
  - `time` string, date-time
  - `token_id` string, string
  - `tx_hash` string, binary

## Other responses

- `204` — No Content
- `400` — Bad Request
- `500` — Internal Server Error

---

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