Skip to main content

Get Single Testset

GET 

/testsets/:testset_id

Fetch a specific testset in a MongoDB collection using its _id.

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

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

Request

Path Parameters

    testset_id Testset Idrequired

Responses

Successful Response

Schema

    any

Loading...