curl --request GET \
--url https://platform.kodexa.ai/api/data-stores/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"eventAware": true,
"extensionPackRef": "<string>",
"id": "<string>",
"metadata": "aSDinaTvuI8gbWludGxpZnk=",
"name": "<string>",
"publicAccess": true,
"slug": "<string>",
"storeType": "<string>",
"supportsScheduling": true,
"template": true,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"version": "<string>"
}Retrieves a single DataStoreMetadata by its unique identifier. Data stores provide structured data storage.
curl --request GET \
--url https://platform.kodexa.ai/api/data-stores/{id} \
--header 'x-api-key: <api-key>'{
"changeSequence": 123,
"createdOn": "2023-11-07T05:31:56Z",
"deprecated": true,
"eventAware": true,
"extensionPackRef": "<string>",
"id": "<string>",
"metadata": "aSDinaTvuI8gbWludGxpZnk=",
"name": "<string>",
"publicAccess": true,
"slug": "<string>",
"storeType": "<string>",
"supportsScheduling": true,
"template": true,
"updatedOn": "2023-11-07T05:31:56Z",
"uuid": "<string>",
"version": "<string>"
}API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.
Unique identifier (UUID) of the resource.
The DataStoreMetadata
Data store metadata describes a data store for structured data storage.