v1
latestOpenAPI 3.1.02026-07-243035381.4 MBStorage API
List Walrus storage uploads
/v4/data/storage/uploads
0 credits per API call
List all upload jobs for the current API key, ordered by most recently created. Use limit and offset to paginate through results.
get/v4/data/storage/uploads
Query parameters
limitinteger
Example:20
Number of results to return. Range 1–100, default 50.
offsetinteger
Number of results to skip for pagination. Maximum 10 000.
Response
List of upload jobs.
Example response
[
{
"jobId": "68000000000000000000abcd",
"status": "CERTIFIED",
"filename": "report.pdf",
"mimeType": "application/pdf",
"sizeBytes": 1048576,
"errorMessage": "RpcError: Service Unavailable",
"blobId": "mAlStJ4PAJaBuuHEUHotGheikLiTXpQagboGF43bY4s",
"quiltPatchId": "mAlStJ4PAJaBuuHEUHotGheikLiTXpQagboGF43bY4sBAQCaAg",
"suiObjectId": "0x1b520353e191083dccad671db585525365e6f5bf70fcf63c7dd8e088ec5c57b6",
"walrusStartEpoch": 29,
"walrusEndEpoch": 33,
"renewalBillingStatus": "active",
"storageEvents": [
{
"type": "registered",
"txDigest": "4ywoqKo35fVadBsXZQEqQkLr4mY6mHS9MykZU3HmzUKX",
"at": 1777304790823,
"epochs": 4
}
],
"downloadUrlByQuiltId": "https://aggregator.walrus-mainnet.walrus.space/v1/blobs/by-quilt-id/mAlStJ4PAJaBuuHEUHotGheikLiTXpQagboGF43bY4s/report.pdf",
"downloadUrlByQuiltPatchId": "https://aggregator.walrus-mainnet.walrus.space/v1/blobs/by-quilt-patch-id/mAlStJ4PAJaBuuHEUHotGheikLiTXpQagboGF43bY4sBAQCaAg",
"createdAt": 1777304790000,
"updatedAt": 1777304809955
}
]