API Reference
Get a dataset schema by version
cURL
curl --request GET \ --url https://api-v2.autoblocks.ai/apps/{appSlug}/datasets/{externalId}/schema/{schemaVersion} \ --header 'Authorization: Bearer <token>'
{ "id": "<string>", "name": "<string>", "externalId": "<string>", "latestRevisionId": "<string>", "schema": [ { "id": "<string>", "name": "<string>", "required": false, "type": "<string>", "defaultValue": "<string>" } ], "schemaVersion": 123 }
API Key created in the Autoblocks Webapp
The dataset schema was returned successfully
The response is of type object.
object