ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
curl --request GET \
--url https://api.galileo.ai/v2/projects/{project_id} \
--header 'Galileo-API-Key: <api-key>'{
"id": "<string>",
"created_by": "<string>",
"created_by_user": {
"id": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>"
},
"runs": [
{
"created_by": "<string>",
"num_samples": 123,
"winner": true,
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"last_updated_by": "<string>",
"creator": {
"id": "<string>",
"email": "<string>",
"organization_id": "<string>",
"organization_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"permissions": [],
"first_name": "",
"last_name": "",
"auth_method": "email",
"role": "read_only",
"email_is_verified": true
},
"logged_splits": [
"<string>"
],
"logged_inference_names": [
"<string>"
],
"name": "<string>",
"project_id": "<string>",
"dataset_hash": "<string>",
"dataset_version_id": "<string>",
"task_type": 0,
"run_tags": [
{
"key": "<string>",
"value": "<string>",
"tag_type": "<string>",
"project_id": "<string>",
"run_id": "<string>",
"created_by": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"example_content_id": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"permissions": [],
"name": "<string>",
"type": "training_inference",
"bookmark": false,
"description": "<string>",
"labels": [
"sample"
]
}curl --request GET \
--url https://api.galileo.ai/v2/projects/{project_id} \
--header 'Galileo-API-Key: <api-key>'{
"id": "<string>",
"created_by": "<string>",
"created_by_user": {
"id": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>"
},
"runs": [
{
"created_by": "<string>",
"num_samples": 123,
"winner": true,
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"last_updated_by": "<string>",
"creator": {
"id": "<string>",
"email": "<string>",
"organization_id": "<string>",
"organization_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"permissions": [],
"first_name": "",
"last_name": "",
"auth_method": "email",
"role": "read_only",
"email_is_verified": true
},
"logged_splits": [
"<string>"
],
"logged_inference_names": [
"<string>"
],
"name": "<string>",
"project_id": "<string>",
"dataset_hash": "<string>",
"dataset_version_id": "<string>",
"task_type": 0,
"run_tags": [
{
"key": "<string>",
"value": "<string>",
"tag_type": "<string>",
"project_id": "<string>",
"run_id": "<string>",
"created_by": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
],
"example_content_id": "<string>"
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"permissions": [],
"name": "<string>",
"type": "training_inference",
"bookmark": false,
"description": "<string>",
"labels": [
"sample"
]
}Successful Response
Show child attributes
Show child attributes
email, google, github, okta, azure-ad, custom admin, manager, user, read_only 1Valid task types for modeling.
We store these as ints instead of strings because we will be looking this up in the database frequently.
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 Show child attributes
256256training_inference, prompt_evaluation, llm_monitor, protect, gen_ai Enum for project labels used in the UI.
sample Was this page helpful?