> For the complete documentation index, see [llms.txt](/llms.txt).
> A full single-fetch corpus is available at [llms-full.txt](/llms-full.txt).
---
title: "Get a dataset"
description: "Fetch a single dataset by its UUID."
method: "GET"
endpoint: "/api/v1/projects/:projectId/datasets/:id"
order: 3
group: "Manage datasets"
last_verified: 2026-07-27
---

<ApiEndpoint method="GET" endpoint="/api/v1/projects/:projectId/datasets/:id" description="Fetch a single dataset by its UUID.">
  <section>
    #### Path parameters
    <ApiAttribute name="id" type="string" description="The dataset's UUID." required={true} />
  </section>
</ApiEndpoint>
