Skip to content

List all key-value pairs

GET
/v1/sessions/{session_id}/storage/keys
session_id
required
string

Session ID

List of key-value pairs

Response wrapper for list endpoints. All list endpoints return responses wrapped in a data field.

object
data
required

Array of items returned by the list operation.

Array<object>

Key-value entry info (key and timestamps, no value)

object
created_at
required

When the key was created

string
key
required

The key name

string
updated_at
required

When the key was last updated

string
value
required

The stored value

string

Session not found

Internal server error