Blob Chunked Upload Status
See which parts of a chunked upload already arrived with GET /v1/objects/chunked, to resume an interrupted upload.
GET
string
required
The API key for your account. You can find this in your account settings.
blob:write scope.
If you lost the upload token as well, Open Uploads lists every open upload of the account with its token.
string
required
The
upload token returned by Chunked Init.Rate limits
10 requests per 10 seconds (
RATE_LIMITED, 429). Use it to resume an upload, not to poll progress: your client already knows which parts it sent.Response
string
“success” if successful, “error” if not.
object

