Galileo · Example Payload

Galileo Ai List Datasets Example

AI EvaluationAI ObservabilityGenAIGuardrailsAgentic AILLMTracingExperimentsPromptsDatasets

Galileo Ai List Datasets Example is an example object payload from Galileo, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.galileo.ai/v2/datasets",
    "headers": {
      "Galileo-API-Key": "$GALILEO_API_KEY"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "datasets": [
        {
          "id": "d_01JABC...",
          "name": "rag-eval-questions-v1",
          "project_id": "8c2b1f7e-1a3c-4f70-9e0d-8a4b9f0e1d22",
          "num_rows": 250,
          "column_names": ["question", "expected_answer", "metadata"],
          "created_at": "2026-05-20T18:21:00Z"
        }
      ],
      "next_starting_token": null
    }
  }
}