Skip to main content

Get Single Testset

GET 

/testsets/:testset_id

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.

Request

Path Parameters

    testset_id Testset Idrequired

Responses

Successful Response
Schema
    any
Loading...