ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
Overview
Get Started
How-to Guides
- Overview
- Logging Basics
- Agentic AI
- Conversational AI
- Luna-2
- Metrics
- Retrieval-Augmented Generation
Cookbooks
- Overview
- Agents
- RAG
Integrations
Concepts
- Metrics
- Luna-2
- Projects
- Logging
- Annotations
- Experiments
- Playground
experiment
Experiments Available Columns
Procures the column information for experiments.
POST
/
v2
/
projects
/
{project_id}
/
experiments
/
available_columns
Experiments Available Columns
Copy
Ask AI
curl --request POST \
--url https://api.galileo.ai/v2/projects/{project_id}/experiments/available_columns \
--header 'Galileo-API-Key: <api-key>'
Copy
Ask AI
{
"columns": [
{
"applicable_types": [],
"category": "standard",
"data_type": "uuid",
"description": "Galileo ID of the experiment",
"filterable": true,
"group_label": "Standard",
"id": "id",
"is_empty": 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,
"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,
"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,
"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,
"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,
"label": "Ranking Score",
"multi_valued": false,
"sortable": true
},
{
"applicable_types": [],
"category": "standard",
"data_type": "integer",
"filterable": true,
"group_label": "Standard",
"id": "rank",
"is_empty": false,
"label": "Rank",
"multi_valued": false,
"sortable": true
},
{
"applicable_types": [],
"category": "metric",
"filterable": true,
"id": "metrics/average_cost",
"is_empty": false,
"label": "average_cost",
"multi_valued": false,
"sortable": true
},
{
"applicable_types": [],
"category": "metric",
"filterable": true,
"id": "metrics/average_bleu",
"is_empty": false,
"label": "average_bleu",
"multi_valued": false,
"sortable": true
},
{
"applicable_types": [],
"category": "metric",
"filterable": true,
"id": "metrics/total_responses",
"is_empty": false,
"label": "total_responses",
"multi_valued": false,
"sortable": true
}
]
}
Authorizations
Path Parameters
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?
Experiments Available Columns
Copy
Ask AI
curl --request POST \
--url https://api.galileo.ai/v2/projects/{project_id}/experiments/available_columns \
--header 'Galileo-API-Key: <api-key>'
Copy
Ask AI
{
"columns": [
{
"applicable_types": [],
"category": "standard",
"data_type": "uuid",
"description": "Galileo ID of the experiment",
"filterable": true,
"group_label": "Standard",
"id": "id",
"is_empty": 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,
"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,
"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,
"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,
"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,
"label": "Ranking Score",
"multi_valued": false,
"sortable": true
},
{
"applicable_types": [],
"category": "standard",
"data_type": "integer",
"filterable": true,
"group_label": "Standard",
"id": "rank",
"is_empty": false,
"label": "Rank",
"multi_valued": false,
"sortable": true
},
{
"applicable_types": [],
"category": "metric",
"filterable": true,
"id": "metrics/average_cost",
"is_empty": false,
"label": "average_cost",
"multi_valued": false,
"sortable": true
},
{
"applicable_types": [],
"category": "metric",
"filterable": true,
"id": "metrics/average_bleu",
"is_empty": false,
"label": "average_bleu",
"multi_valued": false,
"sortable": true
},
{
"applicable_types": [],
"category": "metric",
"filterable": true,
"id": "metrics/total_responses",
"is_empty": false,
"label": "total_responses",
"multi_valued": false,
"sortable": true
}
]
}
Assistant
Responses are generated using AI and may contain mistakes.