Deprecated
Get Datastore Records
Get all records from a config datastore.
GET
Return all records stored in a named datastore for an app’s config. The record shape depends on what the workflow wrote — each record is an arbitrary object.
Authentication
Datastores are scoped to a linked account via thelinked_account_id header.
Your Refold API key.
The linked account.
Path Parameters
The app slug. Example:
hubspotThe datastore name (from List Datastores).
Query Parameters
Config to read from. Defaults to the linked account ID.
Response
- 200 OK
- 404 Not Found
Returns an array of record objects. Fields vary by datastore.