Skip to main content
POST
/
v0
/
backfilling
/
migration-info
/v0/backfilling/migration-info
curl --request POST \
  --url https://example.com/api/scan/v0/backfilling/migration-info \
  --header 'Content-Type: application/json' \
  --data '
{
  "migration_id": 123
}
'
{
  "record_time_range": [
    {
      "synchronizer_id": "<string>",
      "min": "2023-11-07T05:31:56Z",
      "max": "2023-11-07T05:31:56Z"
    }
  ],
  "complete": true,
  "previous_migration_id": 123,
  "last_import_update_id": "<string>",
  "import_updates_complete": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

Body

application/json
migration_id
integer<int64>
required

Response

ok

record_time_range
object[]
required

All domains for which there are updates in the given migration id, along with the record time of the newest and oldest update associated with each domain

complete
boolean
required

True if this scan has all non-import updates for given migration id

previous_migration_id
integer<int64>

The migration id that was active before the given migration id, if any.

last_import_update_id
string

The update id of the last import update (where import updates are sorted by update id, ascending) for the given migration id, if any

import_updates_complete
boolean

True if this scan has all import updates for the given migration id