Testsets
📄️ Upload File
Uploads a CSV or JSON file and saves its data to Postgres.
📄️ Import Testset
Import JSON testset data from an endpoint and save it to Postgres.
📄️ Get Testsets
Get all testsets.
📄️ Create Testset
Create a testset with given name, save the testset to Postgres.
📄️ Delete Testsets
Delete specific testsets based on their unique IDs.
📄️ Update Testset
Update a testset with given id, update the testset in Postgres.
📄️ Get Single Testset
Fetch a specific testset in Postgres.