QMetry: Fetch Test Suite Details
qmetry_fetch_test_suite_detailsFetch full QMetry test suite details including custom UDF field values by test suite ID. Ideal for inspecting suite metadata before updating UDF values.
Instructions
Fetch full detail data for a QMetry test suite including UDF field values
Toolset: Test Suites
Parameters:
projectKey (string): Project key - unique identifier for the project (default: "default")
id (number) required: Test Suite ID (numeric ID)
scope (string): Scope of the operation - defines the context for data retrieval. Common values: 'project' (default), 'folder', 'release', 'cycle'. Applies to any entity type being fetched or operated upon. (default: "project")
Output Description: JSON object with full test suite details including UDFTypeData map and all UDF field values
Use Cases: 1. Get UDF field values for a specific test suite 2. Retrieve full test suite metadata including custom fields 3. Inspect test suite details before updating UDF values
Examples:
Fetch details for test suite with ID 142013
{
"id": 142013
}Expected Output: Full test suite detail object with UDFTypeData, UDF field values, and metadata
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Test Suite ID (numeric ID) | |
| scope | No | Scope of the operation - defines the context for data retrieval. Common values: 'project' (default), 'folder', 'release', 'cycle'. Applies to any entity type being fetched or operated upon. | project |
| projectKey | No | Project key - unique identifier for the project | default |