Testsets

Get Single Testset

Fetch a specific testset in Postgres.

Args: testset_id (str): The id of the testset to fetch.

Returns: The requested testset if found, else an HTTPException.

get/testsets/{testset_id}

Path parameters

testset_idstring required

Response

Successful Response

{"stackTrail":"paths:/testsets/{testset_id}:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes