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
Path Parameters
Response
200 - application/json
Unique identifier for the test case collection
Name of the test case collection
Column names for the test case collection
Timestamp when the test case collection was created
Timestamp when the test case collection was last updated
Dictionary mapping test case ID to test case
Was this page helpful?