QMetry: Fetch Automation Status
qmetry_fetch_automation_statusRetrieve the status and progress of an automation import job by request ID. Monitor job completion and details for CI/CD integration.
Instructions
Fetches the status of an automation import job by request ID.
Toolset: Automation
Parameters:
projectKey (string): Project key - unique identifier for the project (default: "default")
baseUrl (string): The base URL for the QMetry instance (must be a valid URL)
requestID (number) required: Numeric request ID from import automation response. CRITICAL: parameter name is 'requestID' — do NOT use 'requestId', 'jobId', or other variants. Accepts a string or number.
Use Cases: 1. 1. Check if an automation import job is completed or still in progress. 2. 2. Retrieve status, progress, and details for a specific automation import request. 3. 3. Monitor automation result processing for CI/CD integrations.
Examples:
Fetch status for request ID 12345
{
"requestID": 12345
}Expected Output: Status, progress, and details of the automation import job for request ID 12345.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| baseUrl | No | The base URL for the QMetry instance (must be a valid URL) | |
| requestID | Yes | Numeric request ID from import automation response. CRITICAL: parameter name is 'requestID' — do NOT use 'requestId', 'jobId', or other variants. Accepts a string or number. | |
| projectKey | No | Project key - unique identifier for the project | default |