POST /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/get

Retrieve up to 100 KV pairs from the namespace. Keys must contain text-based values. JSON values can optionally be parsed instead of being returned as a string value. Metadata can be included if withMetadata is true.

Servers

Path parameters

Name Type Required Description
account_id String Yes
namespace_id String Yes

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
withMetadata Boolean No

Whether to include metadata in the response.

Default value: false

type String No

Whether to parse JSON values in the response.

Possible values:

  • "text"
  • "json"

Default value: "text"

keys[] Array Yes

Array of keys to retrieve (maximum of 100).

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.