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

# Get asset

# `OrderingQuery.asset()`

```graphql theme={null}
type OrderingQuery {
  asset(id: ID!): OrderingAsset
}
```

Look up a single asset by its id.

## Input

### `id`

`string` - The unique identifier of the asset to retrieve.

## Response

### `OrderingAsset`

[`OrderingAsset | null`](/graphql/ordering/ordering-asset) - The asset object containing all asset details. Null if no asset exists with the given id.
