Skip to main content

Download records

GET 

/v2/key-value-stores/:storeId/records

Downloads all records from the key-value store as a ZIP archive. Each record is stored as a separate file in the archive, with the filename equal to the record key.

You can optionally filter the records by collection or prefix to download only a subset of the store.

Request

Path Parameters

    storeId string required

    Key-value store ID or username~store-name.


    Example: WkzbQMuFYuamGv3YF

Query Parameters

    collection string

    If specified, only records belonging to a specific collection from the key-value store schema. The key-value store need to have a schema defined for this parameter to work.


    Example: my-collection
    prefix string

    If specified, only records whose key starts with the given prefix are included in the archive.


    Example: my-prefix/
    signature string

    Signature used for the access.


    Example: 2wTI46Bg8qWQrV7tavlPI

Status 200

A ZIP archive containing the requested records.

Response Headers
    "string"