GET
/
api
/
parea
/
v1
/
{test_collection_identifier}

Body

test_collection_identifier
string | int
required

Dataset name or ID.

Response

id
int

Unique ID for the dataset.

name
string

Name of the dataset.

created_at
string

Datetime from a timestamp for when the dataset was created.

last_updated_at
string

Datetime from a timestamp for when the dataset was last updated.

column_names
list[string]

List of column names in the dataset, representing the template variable names.

test_cases
list[dict]

List of test cases in the dataset.