ℹ️ 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/projects/{project_id}/prompt_datasets \ --header 'Galileo-API-Key: <api-key>'
{ "starting_token": 0, "limit": 100, "paginated": false, "next_starting_token": 123, "datasets": [ { "id": "<string>", "dataset_id": "<string>", "file_name": "<string>", "message": "<string>", "num_rows": 123, "rows": 123 } ] }
Successful Response
Show child attributes
Was this page helpful?