ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
cURL
curl --request GET \ --url https://api.galileo.ai/v2/scorers/{scorer_id}/projects \ --header 'Galileo-API-Key: <api-key>'
{ "projects": [ { "id": "<string>", "name": "<string>", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "permissions": [], "bookmark": false, "num_logstreams": 123, "num_experiments": 123, "created_by_user": { "id": "<string>", "email": "<string>", "first_name": "<string>", "last_name": "<string>" }, "description": "<string>", "labels": [ "sample" ] } ], "total_count": 123, "starting_token": 0, "limit": 100, "paginated": false, "next_starting_token": 123 }
List all projects associated with a specific scorer.
Successful Response
Response model for the V2 projects paginated endpoint.
Show child attributes
update
delete
read_api_keys
Count of runs with task_type=15
Count of runs with task_type=16
A user's basic information, used for display purposes.
List of labels associated with the project.
Enum for project labels used in the UI.
sample
Total number of projects matching the filters.
Was this page helpful?