Skip to main content
GET
/
api
/
v2
/
projects
/
{project_id}
/
prompt-datasets
/
{dataset_id}
cURL
curl -X GET 'https://app.freeplay.ai/api/v2/projects/your-project-id/prompt-datasets/your-dataset-id' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "name": "<string>",
  "description": "<string>",
  "input_names": [
    "<string>"
  ],
  "media_input_names": [
    "<string>"
  ],
  "support_history": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required
dataset_id
string
required

Response

200 - application/json

PromptDatasetResponse(dataset: shared.sqlalchemy.models.TestList)

id
string<uuid>
required
name
string
required
description
string | null
required
input_names
string[]
required
media_input_names
string[]
required
support_history
boolean
required