v1
latestOpenAPI 3.0.02026-07-23620132.5 KBData stores / Data
List data store records
Retrieves a collection of all records from a data store with a given ID. Each returned record consists of the key (custom or automatically generated) and data.
get/data-stores/{dataStoreId}/data
Path parameters
dataStoreIdinteger required
The ID of the data store. Get the dataStoreId from the List data stores endpoint.
Query parameters
pg[limit]integer
The maximum number of entities you want to get in the response.
pg[offset]integer
The number of entities you want to skip before getting entities you want.
Response
Successful response