Bulk Create Agent Test Cases
Agent Datasets
Bulk Create Agent Test Cases
Add multiple test cases to an agent dataset in a single request. Use for batch imports from production traces.
Maximum 100 test cases per request.
POST
Bulk Create Agent Test Cases
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
Response
201 - application/json
BulkCreateAgentTestCasesResponse(data: list[server.api_routes.agent_datasets_api_v2.AgentTestCaseResponse])

