cURL
curl --request GET \ --url https://api.quiva.ai/storage/obj/{bucket} \ --header 'Authorization: Bearer <token>'
{ "body": {}, "metadata": { "bucket": "<string>", "duration": "<string>", "field": "<string>", "hits": 123, "index_duration": "<string>", "index_hits": 123, "index_name": "<string>", "index_partitions": 123, "key": "<string>", "limit": 123, "partitions": 123, "search": "<string>", "stream": "<string>", "subject": "<string>" } }
Retrieves detailed information about a specific object store, including its configuration and current state.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Name of the bucket
Successfully retrieved bucket information
Show child attributes