Datasets
Get Test Case Collection By Identifier
Fetches dataset/test case collection by its ID or name.
Args: test_collection_identifier (Union[str, int]): ID or name of the test case collection/dataset.
GET
/
api
/
parea
/
v1
/
collection
/
{test_collection_identifier}
Authorizations
x-user-id
string
headerrequiredPath Parameters
test_collection_identifier
required
Response
200 - application/json
id
integer
requiredUnique identifier for the test case collection
name
string
requiredName of the test case collection
column_names
string[]
requiredColumn names for the test case collection
created_at
string
requiredTimestamp when the test case collection was created
last_updated_at
string
requiredTimestamp when the test case collection was last updated
test_cases
object
requiredDictionary mapping test case ID to test case
Was this page helpful?