Get Evaluation Data Schema
Describe the data schema of an evaluation’s items.
Inspects the item data and task-result fields and returns each discovered field with its
flattened key path, JSON type, source, and the number of items containing it, ordered
alphabetically by field name. For large evaluations the schema may be inferred from a sample of
items, in which case is_sampled is set and sample_size reports how many were analyzed. Set
include_archived to include archived items in the analysis.
Authorizations
Headers
Path Parameters
Query Parameters
Include archived items in schema analysis
Response
Successful Response
Schema information for an evaluation's item data structure
The ID of the evaluation
Total number of evaluation items
x >= 0List of all discovered fields, ordered alphabetically by field_name
"evaluation_schema"Whether schema was computed from a sample of items (for large evaluations)
Number of items sampled for schema inference, if applicable
x >= 0
