Skip to main content

Intro

Deprecated. The /api/suites family stays for the clients that already call it, and its shapes do not change. New integrations use Run Plans (/api/v1/run-plans) and Test Suites (/api/v1/test-suites). On this family, kind: folder names what the rest of the API calls a test suite, kind: custom names a run plan, and the scope { "mode": "folders", "folderIds": [...] } is the same as { "mode": "test_suites", "testSuiteIds": [...] } on /api/v1/run-plans. The scope { "mode": "cases" } is { "mode": "scenarios" } there.
Last modified on August 28, 2026