v5

latestOpenAPI 3.1.0MITraw.githubusercontent.com2025-07-24172759.4 KB
Datasets

List datasets

List datasets

get/v4/datasets

Query parameters

pipelineIdstring uuid

Filter to the datasets for a specific pipeline by UUID

Example:123e4567-e89b-12d3-a456-426614174000

Filter to the datasets for a specific pipeline by UUID

pipelineSlugstring

Pipeline slug

Example:email-summarizer

Pipeline slug

archivedboolean

Flag to include archived datasets

Flag to include archived datasets

Response

Successful response

Example response

{
  "data": [
    {
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "createdAt": "2025-04-01T00:00:00.000Z",
      "updatedAt": "2025-04-01T00:00:00.000Z",
      "name": "Dataset - negative user feedback - 2025-04-01",
      "description": "Negative user feedback collected from our production environment",
      "archivedAt": "2025-04-01T00:00:00.000Z",
      "pipelineId": "123e4567-e89b-12d3-a456-426614174000"
    }
  ]
}