English
This documentation provides a comprehensive overview of the GET /v1/objects endpoint of the SquareCloud Blob API.
cURL
curl --request GET \ --url https://blob.squarecloud.app/v1/objects
{ "status": "success", "response": { "objects": [ { "id": "ID/name1_ltq7b2sw-de6241.jpeg", "size": 78266, "created_at": "2024-03-13T19:31:28.776Z" }, { "id": "ID/name_ltq7b2sw-de6243-ex1.jpeg", "size": 90466, "created_at": "2024-03-13T19:35:28.776Z", "expires_at": "2024-03-14T19:35:28.776Z" }, ] } }
Show Toggle object
// The provided object prefix is invalid. // Must adhere to the a to z, A to Z, 0 to 9, and _ pattern. { "status": "error", "code": "INVALID_OBJECT_PREFIX" }
Was this page helpful?