ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
curl --request GET \
--url https://api.galileo.ai/v2/projects/{project_id} \
--header 'Galileo-API-Key: <api-key>'
{
"id": "<string>",
"permissions": [],
"name": "<string>",
"created_by": "<string>",
"type": "training_inference",
"created_by_user": {
"id": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>"
},
"runs": [
{
"name": "<string>",
"project_id": "<string>",
"created_by": "<string>",
"num_samples": 123,
"winner": true,
"dataset_hash": "<string>",
"dataset_version_id": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"task_type": 0,
"last_updated_by": "<string>",
"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>",
"creator": {
"id": "<string>",
"permissions": [],
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"auth_method": "email",
"role": "read_only",
"email_is_verified": true,
"organization_id": "<string>",
"organization_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"logged_splits": [
"<string>"
],
"logged_inference_names": [
"<string>"
]
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"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>",
"permissions": [],
"name": "<string>",
"created_by": "<string>",
"type": "training_inference",
"created_by_user": {
"id": "<string>",
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>"
},
"runs": [
{
"name": "<string>",
"project_id": "<string>",
"created_by": "<string>",
"num_samples": 123,
"winner": true,
"dataset_hash": "<string>",
"dataset_version_id": "<string>",
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"task_type": 0,
"last_updated_by": "<string>",
"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>",
"creator": {
"id": "<string>",
"permissions": [],
"email": "<string>",
"first_name": "<string>",
"last_name": "<string>",
"auth_method": "email",
"role": "read_only",
"email_is_verified": true,
"organization_id": "<string>",
"organization_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"logged_splits": [
"<string>"
],
"logged_inference_names": [
"<string>"
]
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"bookmark": false,
"description": "<string>",
"labels": [
"sample"
]
}
Successful Response
The response is of type object
.
Was this page helpful?