---
title: "Get IDs of items updated after a specific datetime."
method: GET
path: "/v0.1/reconciliation/items"
tags: ["Reconciliation"]
---

# Get IDs of items updated after a specific datetime.

`GET /v0.1/reconciliation/items`

Return short view of items updated after a specific datetime.

## Query parameters

- `blockchain` 'APTOS' | 'ETHEREUM' | 'POLYGON' | 'FLOW' | 'SOLANA' | 'IMMUTABLEX' | 'MANTLE' | 'ARBITRUM' | 'CHILIZ' | 'LIGHTLINK' | 'ZKSYNC' | 'ASTARZKEVM' | 'BASE' | 'RARI' | 'CELO' | 'FIEF' | 'XAI' | 'KROMA' | 'ZKLINK' | 'OASYS' | 'QUAI' | 'ECLIPSE' | 'SAAKURU' | 'OASIS' | 'PALM' | 'MATCH' | 'FIVIRE' | 'SEI' | 'CAMP' | 'LISK' | 'MOONBEAM' | 'ETHERLINK' | 'ZKCANDY' | 'ALEPHZERO' | 'BERACHAIN' | 'ABSTRACT' | 'SHAPE' | 'TELOS' | 'HEDERAEVM' | 'VICTION' | 'SETTLUS' | 'GOAT' | 'HYPEREVM' | 'CROSSFI' | 'MEGAETH' | 'MEGAETHTESTNET' | 'BASECAMP' | 'BASECAMPTESTNET' | 'SOMNIA', required
- `updatedAfterInclusive` string, date-time, required
- `updatedBeforeExclusive` string, date-time, required
- `continuation` string
- `size` integer

## Response `200`

OK

- ReconciliationEntities
  - `entities` ReconciliationEntity[], required
    - `id` string, required
    - `version` integer, required
    - `lastUpdatedAt` string, date-time, required
    - `deleted` boolean
  - `continuation` string

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

---

[API](https://skmtc.net/rarible/apis/openapi-definition.md) · [All operations](https://skmtc.net/rarible/apis/openapi-definition/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rarible/openapi-definition/revisions/5d2651b9411d/schema)
