Blob Open Uploads
List every open chunked upload of the account with GET /v1/objects/chunked/open, including uploads started over S3, with a token to resume or abort each.
GET
string
required
The API key for your account. You can find this in your account settings.
upload token, so you can resume or abort it even if the client that opened it is gone.
Open uploads count toward the limit of 32 per account, and their parts take storage space until they are completed or aborted. Uploads idle for 24 hours are aborted automatically. Requires the blob:write scope.
Rate limits
10 requests per 10 seconds (
RATE_LIMITED, 429).Response
string
“success” if successful, “error” if not.
object

