v3

OpenAPI 3.1.2Apache 2.02026-07-31231237972.0 KB
Storage/Key-value stores

Download 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.

get/v2/key-value-stores/{storeId}/records

Path parameters

storeIdstring required
Example:WkzbQMuFYuamGv3YF

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

Query parameters

collectionstring
Example:my-collection

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.

prefixstring
Example:my-prefix/

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

signaturestring
Example:2wTI46Bg8qWQrV7tavlPI

Signature used for the access.

Response

A ZIP archive containing the requested records.