Skip to main content
GET
/
api
/
v2
/
projects
/
{project_id}
/
datasets
/
name
/
{dataset_name}
Get Prompt Dataset by Name
curl --request GET \
  --url https://api.example.com/api/v2/projects/{project_id}/datasets/name/{dataset_name} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "description": "<string>"
}

Path Parameters

project_id
string
required
dataset_name
string
required

Body

application/json

The body is of type EmptyRequest · object.

Response

200 - application/json

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

id
string<uuid>
required
name
string
required
description
string
required