v4

latestOpenAPI 3.1.02026-08-019681,1012.0 MB
experiment

Experiments Available Columns

Procures the column information for experiments.

post/projects/{project_id}/experiments/available_columns

Path parameters

project_idstring uuid4 required

Response

Successful Response

Example response

{
  "columns": [
    {
      "applicable_types": [],
      "category": "standard",
      "data_type": "uuid",
      "description": "Galileo ID of the experiment",
      "filterable": true,
      "group_label": "Standard",
      "id": "id",
      "is_empty": false,
      "is_optional": false,
      "label": "ID",
      "multi_valued": false,
      "sortable": true
    },
    {
      "applicable_types": [],
      "category": "standard",
      "data_type": "timestamp",
      "description": "Timestamp of the experiment's creation",
      "filterable": true,
      "group_label": "Standard",
      "id": "created_at",
      "is_empty": false,
      "is_optional": false,
      "label": "Created",
      "multi_valued": false,
      "sortable": true
    },
    {
      "applicable_types": [],
      "category": "standard",
      "data_type": "timestamp",
      "description": "Timestamp of the trace or span's last update",
      "filterable": true,
      "group_label": "Standard",
      "id": "updated_at",
      "is_empty": false,
      "is_optional": true,
      "label": "Last Updated",
      "multi_valued": false,
      "sortable": true
    },
    {
      "applicable_types": [],
      "category": "standard",
      "data_type": "text",
      "description": "Name of the experiment",
      "filterable": true,
      "group_label": "Standard",
      "id": "name",
      "is_empty": false,
      "is_optional": false,
      "label": "Name",
      "multi_valued": false,
      "sortable": true
    },
    {
      "applicable_types": [],
      "category": "standard",
      "data_type": "uuid",
      "description": "Galileo ID of the project associated with this experiment",
      "filterable": true,
      "group_label": "Standard",
      "id": "project_id",
      "is_empty": false,
      "is_optional": false,
      "label": "Project ID",
      "multi_valued": false,
      "sortable": true
    },
    {
      "applicable_types": [],
      "category": "standard",
      "data_type": "floating_point",
      "filterable": true,
      "group_label": "Standard",
      "id": "ranking_score",
      "is_empty": false,
      "is_optional": true,
      "label": "Ranking Score",
      "multi_valued": false,
      "sortable": true
    },
    {
      "applicable_types": [],
      "category": "standard",
      "data_type": "uuid",
      "filterable": true,
      "group_label": "Standard",
      "id": "playground_id",
      "is_empty": false,
      "is_optional": true,
      "label": "Playground Id",
      "multi_valued": false,
      "sortable": true
    },
    {
      "applicable_types": [],
      "category": "standard",
      "data_type": "uuid",
      "filterable": true,
      "group_label": "Standard",
      "id": "experiment_group_id",
      "is_empty": false,
      "is_optional": true,
      "label": "Experiment Group Id",
      "multi_valued": false,
      "sortable": true
    },
    {
      "applicable_types": [],
      "category": "standard",
      "data_type": "text",
      "filterable": true,
      "group_label": "Standard",
      "id": "experiment_group_name",
      "is_empty": false,
      "is_optional": true,
      "label": "Experiment Group Name",
      "multi_valued": false,
      "sortable": true
    },
    {
      "applicable_types": [],
      "category": "standard",
      "data_type": "boolean",
      "filterable": true,
      "group_label": "Standard",
      "id": "experiment_group_is_system",
      "is_empty": false,
      "is_optional": true,
      "label": "Experiment Group Is System",
      "multi_valued": false,
      "sortable": true
    },
    {
      "applicable_types": [],
      "category": "metric",
      "data_type": "floating_point",
      "filterable": true,
      "id": "metrics/average_cost",
      "is_empty": false,
      "is_optional": false,
      "label": "Average Cost",
      "multi_valued": false,
      "sortable": true
    },
    {
      "applicable_types": [],
      "category": "metric",
      "data_type": "integer",
      "filterable": true,
      "id": "metrics/total_responses",
      "is_empty": false,
      "is_optional": false,
      "label": "Total Responses",
      "multi_valued": false,
      "sortable": true
    }
  ]
}