cURL
curl --request POST \ --url https://api.galileo.ai/v2/projects/{project_id}/experiments/available_columns \ --header 'Galileo-API-Key: <api-key>'
{ "columns": [ { "id": "<string>", "category": "standard", "data_type": "uuid", "label": "<string>", "description": "<string>", "group_label": "<string>", "data_unit": "percentage", "multi_valued": false, "allowed_values": [ "<unknown>" ], "sortable": true, "filterable": true, "is_empty": false, "applicable_types": [ "llm" ], "complex": false, "is_optional": false } ] }
Procures the column information for experiments.
Successful Response
Show child attributes
Was this page helpful?