Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl "https://api.magpipe.ai/functions/v1/test-cases?action=list_suites" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "suites": [ { "id": "a1b2c3d4-1234-5678-9abc-def012345678", "name": "Reception Agent — Core Flows", "description": "Tests greeting, booking, and transfer flows", "created_at": "2024-01-15T10:00:00.000Z", "test_cases": [{ "count": 5 }] } ] }
List all test suites in your account
list_suites
Show Suite object
{ "count": N }