experiment-view-overrides
Get experiment view override configuration by specific ID
Retrieves a specific experiment view override configuration using both dataset ID and override ID. This endpoint provides more precise access to experiment view overrides when you have the specific override ID, useful for direct links or cached references.
The response includes the same column override information as the dataset-level endpoint:
- Column identifiers with validation prefixes
- Color gradient settings for numeric data visualization
- Numeric precision configurations
- Column visibility controls
Both the dataset and override must exist and be accessible by the authenticated user.
get/datasets/{dataset_id}/experiment-view-overrides/{id}
Path parameters
dataset_idstring uuid required
Dataset ID
idstring uuid required
Experiment view override ID
Response
Successfully retrieved experiment view override configuration