---
title: "Get Prompt Dataset by Name"
method: GET
path: "/api/v2/projects/{project_id}/datasets/name/{dataset_name}"
tags: ["Prompt Datasets"]
---

# Get Prompt Dataset by Name

`GET /api/v2/projects/{project_id}/datasets/name/{dataset_name}`

## Path parameters

- `project_id` string, required
- `dataset_name` string, required

## Response `200`

TestListInfo(test_list: shared.sqlalchemy.models.Dataset)

- object
  - `id` string, uuid, required
  - `name` string, required
  - `description` string, required

---

[API](https://skmtc.net/freeplay/apis/freeplay-api.md) · [All operations](https://skmtc.net/freeplay/apis/freeplay-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/freeplay/freeplay-api/revisions/69c553220183/schema)
