Testsets

Import Testset

Import JSON testset data from an endpoint and save it to Postgres.

Args: endpoint (str): An endpoint URL to import data from. testset_name (str): the name of the testset if provided.

Returns: dict: The result of the import process.

post/testsets/endpoint

Query parameters

authorizationstring nullable

Response

Successful Response

idstring required
namestring required
created_atstring required

Changes