List manual suites
Manual test suites, flat or hierarchical.
Suites nest up to 6 levels. Use parentSuiteId to drill into children, omit it to get top-level suites, or pass view=tree to fetch the full nested hierarchy in a single request — handy when rendering navigation trees in external tools.
Documentation Index
Fetch the complete documentation index at: https://docs.testdino.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Project PAT (tdp_) token with public-api scope
Path Parameters
The project identifier (e.g. project_abc123). Must match the project associated with your PAT.
Query Parameters
Page number for paginated results. Starts at 1.
x >= 1Number of items per page (1–100, default 20).
1 <= x <= 100Filter to children of this suite. Omit for top-level suites.
View mode: flat (default, paginated list), tree (full nested hierarchy), all (flat list of every suite, no pagination).
flat, tree, all