| Field | Meaning |
|---|---|
percent | How much of the requested history has arrived |
covered_through | Last date the backfill has reached |
months_remaining | Roughly how much history is still pending |
current | History is close enough to the present to be usable |
stalled | Backfill has not advanced in over two days |
enabled | Sync is active. When false it will not advance on its own |
eta_at | Projected completion, epoch ms. Omitted while stalled, since a stopped sync has no meaningful estimate |
refresh=true to recompute against the provider, which takes a few seconds.curl --location 'https://api.gigstack.io/v2/invoices/download/progress?team=undefined&refresh=undefined' \
--header 'Authorization: <api-key>'{
"success": true,
"data": {
"registered": true,
"provider": {
"percent": 34.7,
"covered_through": "2022-10-13",
"months_remaining": 46.5,
"current": true,
"stalled": true,
"enabled": true,
"eta_at": 0,
"eta_confidence": "observed",
"updated_at": 0
},
"stored": {
"total": 0
},
"message": "string"
}
}