Disclosure API · problems · HTTP 404
no_snapshot_yet
No bulk snapshot has been generated yet.
- What it means
- The bulk export is produced daily. This is a pipeline state, not an authorization failure.
- What to do
- Retry after the next daily snapshot; /v1/status reports the export state.
- Retry
- Retry later; the request was sound. Every 503 carries Retry-After with the minimum wait.
- Who changes what
- Veridion. The request was sound; something on our side did not answer within its budget or failed a check. The API returned nothing rather than something partial.
- On the wire
Content-Type: application/problem+json{"type":"https://www.veridionmarkets.com/data-api/problems/no_snapshot_yet","code":"no_snapshot_yet","status":404,…,"request_id":"…"}
Documented for version 1.3.5. The request_id in the body equals the X-Request-ID header; quote it to support@veridionmarkets.com. All problems · API page