Skip to content
Documentation/canton-network-docs/Splice APIsScan APIsScan APIView on canton-network-docs
canton-network-docs/Splice APIsScan APIsScan API

/v0/backfilling/migration

POST
/
v0
/
backfilling
/
migration-info
Try it
/v0/backfilling/migration-info

cURL

curl --request POST \
  --url https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/backfilling/migration-info \
  --header 'Content-Type: application/json' \
  --data '
{
  "migration_id": 123
}
'
200
404
{
  "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

200
application/json

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

Show child attributes

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