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

/v0/backfilling/status

GET
/
v0
/
backfilling
/
status
Try it
/v0/backfilling/status

cURL

curl --request GET \
  --url https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/backfilling/status
200
{
  "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.

Response

200 - application/json

ok

complete
boolean
required

True if ALL backfilling processes are complete, false otherwise.

Some scan endpoints return error responses if backfilling is not complete (e.g., /v1/updates), others return partial results (e.g., /v0/transactions). This endpoint is a simple indicator for whether historical information may be incomplete.

To determine the progress of individual backfilling processes, inspect the corresponding metrics.