Skip to main content
GET
/
api
/
data-stores
/
{id}
Get DataStoreMetadata by ID
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>"
}

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Response

The DataStoreMetadata

Data store metadata describes a data store for structured data storage.

changeSequence
integer<int32>
createdOn
string<date-time>
deprecated
boolean
eventAware
boolean | null
extensionPackRef
string
id
string
metadata
string<byte>
name
string
publicAccess
boolean
slug
string
storeType
string
supportsScheduling
boolean | null
template
boolean
updatedOn
string<date-time>
uuid
string
version
string