cURL
curl --request GET \ --url https://api.quiva.ai/storage/obj \ --header 'Authorization: Bearer <token>'
{ "body": { "results": [ { "name": "obj-bucket1", "description": "First object bucket" }, { "name": "obj-bucket2", "description": "Second object bucket" } ], "results_total": 2 }, "metadata": { "duration": "5ms" } }
Retrieves a list of all object store buckets
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully retrieved object bucket list
Show child attributes