/
/quiva.ai Gateway
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
  • Sources
Checked 4m ago · Updated 4mo ago
Indexers1
  • getList all indexers
KV Buckets6
  • getList all KV buckets
  • postCreate a new KV bucket
  • getGet KV bucket details
  • putCreate or update a KV bucket
  • deleteDelete KV bucket
  • deletePurge KV bucket
KV Entries4
  • getGet latest KV entries
  • getGet KV entry
  • putCreate or update KV entry
  • deleteDelete KV entry
KV Search2
  • getSearch KV entries
  • getSearch KV entries by key pattern
Messages2
  • postPublish message to stream
  • deleteDeletes stream messages
Object Store8
  • getList all object store buckets
  • postCreate object store bucket
  • getGet an object store bucket
  • putCreate or update object store
  • deleteDelete an object store bucket
  • deletePurge object store bucket
  • getList object store entries
  • deleteDelete an object store entry
Search1
  • getSearch an index
Stream Search1
  • getSearch stream messages by subject pattern
Streams6
  • getList all streams
  • postCreate a new stream
  • getGet information about a stream
  • putCreate or update a stream
  • deleteDelete a stream
  • deletePurge stream messages
    KV Buckets

    List all KV buckets

    Retrieves a list of all key-value buckets in the system

    get/storage/kv

    Response

    Successfully retrieved KV bucket list

    Example response

    {
      "body": {
        "results_total": 2
      }
    }