Learn
Help
Socials
© 2025 make.com
Last updated 1 day ago
Retrieves details of a data store with a given ID.
The ID of the data store. Get the dataStoreId from the List data stores endpoint.
137
Successful response
const response = await fetch('https://eu1.make.com/api/v2/data-stores/{dataStoreId}', { method: 'GET', headers: {}, }); const data = await response.json();
{ "dataStore": { "id": 0, "name": "text", "records": 0, "size": "text", "maxSize": "text", "teamId": 0, "datastructureId": 0 } }