Get dataset schema
Discover what field keys exist in each JSON bucket (inputs, expected_outputs, metadata, extras) across this dataset’s items, along with a coverage count and inferred data type for each key. Useful for pre-populating a field mapper UI or for an MCP agent to understand what data is available before constructing a mapping. Returns empty objects for all buckets if the dataset has no items.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Dataset UUID
Response
Dataset schema per bucket
Response object for standard API responses.
API version.
2.0, 3.0 Type of response, indicating a normal response.
NORMAL Schema of existing dataset items. Each bucket maps field keys to their coverage count and inferred type. Empty objects indicate no items exist for that bucket or no keys were found within it.