Skip to main content
GET
/
app_data
/
projects
/
{project_id}
/
datasets
/
test_cases
/
{test_case_id}
/
datasets
cURL
curl -X GET 'https://app.freeplay.ai/app_data/projects/your-project-id/datasets/test_cases/your-test-case-id/datasets' \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json'
[
  {
    "id": "bf56b063-80dc-4ad5-91f6-f7067ad1fa06",
    "name": "My Dataset",
    "description": "A description of this resource"
  }
]

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
test_case_id
string
required

Response

200 - application/json

Built-in mutable sequence.

If no argument is given, the constructor creates a new empty list. The argument must be an iterable if specified.

id
string<uuid>
required
Example:

"bf56b063-80dc-4ad5-91f6-f7067ad1fa06"

name
string
required
Example:

"My Dataset"

description
string
required
Example:

"A description of this resource"