Test Folders
List Test Folders
Retrieve a paginated list of test folders for the authenticated project.
GET
Authentication: Any authenticated API key
path and parent_path strings, so callers don’t need to deal
with folder UUIDs directly. Pagination is over the alphabetized full list.
These folder paths are the same strings accepted by folder_path in
List Tests,
Create Test, and
Update Test.
Query Parameters
Page number (0-indexed)
Results per page (1-100)
Response
Array of test folder objects
Pagination metadata (
page, page_size, total_count, total_pages)TestFolder Object
Folder UUID
Folder name (just the leaf segment, not the full path)
Resolved folder path (e.g.
"regression/smoke")Resolved parent path, or
null for top-level foldersParent folder UUID, or
null for top-level foldersOptional folder description
Tags assigned to the folder
ISO 8601 timestamp when the folder was created
ISO 8601 timestamp when the folder was last modified
Display name of the folder creator
Display name of the most recent editor
Authorizations
API key for authentication
Path Parameters
The project ID. You can copy it from the project settings page or the project URL in the dashboard.
Query Parameters
Page number (0-indexed)
Results per page (1-100)
Required range:
1 <= x <= 100