> ## Documentation Index
> Fetch the complete documentation index at: https://docs.eazecustoms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Get transit details

> Poll status and get transit declaration details.

Retrieve the full details and current customs processing state of a transit declaration.

### Path Parameters

<ParamField path="id" type="number" required>
  The unique transit declaration ID.
</ParamField>

<ResponseExample>
  ```json 200 OK theme={null}
  {
    "declarationId": 104,
    "status": "ready",
    "procedureType": "standard",
    "declarationType": "T1",
    "totalWeight": 1500,
    "weightUnit": "KGM",
    "destinationOffice": "NL000850",
    "departureOffice": "NL000432",
    "errors": []
  }
  ```
</ResponseExample>
