Skip to main content
GET
Blob Object List
Authorization
string
required
The API key for your account. You can find this in your account settings.
Object List enumerates the files stored under your account, optionally scoped to a name prefix, and paginates through large buckets with a continuation token instead of returning everything at once. Use it to build a file browser, confirm an upload landed, or reconcile your own records against what Square Cloud actually holds. Each page is cached per account, prefix, and token for 30 minutes, so repeated calls with the same parameters are served from cache rather than hitting storage again. Calls beyond 10 requests per 30 seconds are blocked for 5 minutes. Objects uploaded with an expiration carry an expires_at field; permanent objects omit it. To remove an object once you’ve found its ID, see Object Delete; to upload new files, see Object Post.
prefix
string
A string representing the prefix for the file.
Must adhere to the a to z, A to Z, 0 to 9, and _ pattern. (3 to 32 characters)
continuationToken
string
A string representing the continuation token for the file list. (1000 objects per page)

Response

status
string
Indicates whether the call was successful. “success” if successful, “error” if not.
response
object

Troubleshooting