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
Documentation Index
Fetch the complete documentation index at: https://docs.parea.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
Response
GetTestCaseCollectionResponseSchema · object | null
Successful Response
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

