List items in a kv store
GET /api/v2/organizations/{organization}/projects/{project}/kv/{store_id}/items
GET
/api/v2/organizations/{organization}/projects/{project}/kv/{store_id}/items
Authorizations
Parameters
Path Parameters
organization
required
string
Organization identifier
Example
test-org project
required
string
Project identifier
Example
test-project store_id
required
string
Example
0000Query Parameters
cursor
string
Cursor for pagination
limit
integer
Number of items to return
search
string
Search filter for keys
include_values
boolean
Include values in the response. Secret values will be redacted as ‘[ENCRYPTED]’ for security.
Responses
200
The request has succeeded.
object
data
List of item keys
Array<string>
next_cursor
Cursor for next page of results
string
next-page-token400
The server could not understand the request due to invalid syntax.
object
message
required
Error message
string
The requested resource was not found error
required
Error flag
boolean
true{ "message": "The requested resource was not found", "error": true}403
Access is forbidden.
object
message
required
Error message
string
The requested resource was not found error
required
Error flag
boolean
true{ "message": "The requested resource was not found", "error": true}