Skip to main content
GET
/
storage
/
obj
/
{bucket}
Get an object store bucket
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>"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

bucket
string
required

Name of the bucket

Response

Successfully retrieved bucket information

body
object
metadata
object