Master Details

API Explorer: /masters/{masterId}

To get the details from a specific master (test run), a masterId is required. The sample code returns the master details for the master with masterId of 12345678. Use the actaul masterId in place of 12345678.

If you do not know the ID of the master to start, use List Masters to return a list of your created masters.

Master Details

curl 'https://a.blazemeter.com/api/v4/masters/12345678' \
    --user 'api_key_id:api_key_secret'

API Functional Master Details Response Attributes

See the The API Functional Master Object response attributes for a detailed breakdown of the response attributes.

Response200 OK

{
    "api_version": 4,
    "error": null,
    "result": {
        "id": 12345678,
        "name": "API Created API Functional Test",
        "userId": 123456,
        "publicToken": "PcNXkLW52C82ytH4UpYymRC4GsL7cc1Ak68NabH88ayw5HToXq",
        "ended": 1577737645,
        "delayedStartReady": false,
        "runnerUserId": 123456,
        "charges": [],
        "created": 1577737580,
        "updated": 1577737947,
        "passed": false,
        "parallelTestsInWorkspace": 1,
        "parallelTestsInAccount": 1,
        "isPrivateData": false,
        "executionMode": "functional",
        "creatorClientId": "api",
        "executorClientId": "api",
        "secondsPerLabelDoc": 60,
        "labelsCollectionSuffix": "_17_12",
        "isDebugRun": false,
        "scenariosMapping": [
            {
                "id": "0f4e8410f2d331f8bcfccebc6b0a16df5099dad2b109f5bb0eb5a03d74a47f99",
                "name": "default-scenario-1234567",
                "test": "API Created API Functional Test",
                "isEndUserExperience": false
            }
        ],
        "executions": [
            {
                "concurrency": 1,
                "holdFor": "42719s",
                "rampUp": "1s",
                "iterations": 1,
                "scenario": "default-scenario-1234567"
            }
        ],
        "useV4Pipeline": false,
        "isSelenium": false,
        "hasMonitoringData": true,
        "rpsCompatible": false,
        "remoteControlCompatible": false,
        "hasDaggerData": false,
        "shouldUseDaggerReport": false,
        "testId": 1234567,
        "projectId": 123456,
        "sessionsId": [
            "r-v4-5e0a5d6cf08c6"
        ],
        "thumbnailUrl": null,
        "hasErrorsPerInterval": true,
        "functionalSummary": {
            "testsCount": 28,
            "requestsCount": 28,
            "errorsCount": 7,
            "assertions": {
                "count": 0,
                "passed": 0
            },
            "responseTime": {
                "sum": 12552
            },
            "isFailed": true,
            "failedCount": 7,
            "failedPercentage": 100
        },
        "sessions": [
            "r-v4-5e0a5d6cf08c6"
        ],
        "jetpackLabels": []
    },
    "request_id": "5e0a6886831cf"
}

GUI Functional Master Details Response Attributes

See the The GUI Functional Master Object response attributes for a detailed breakdown of the response attributes.

Response200 OK


{
    "api_version": 4,
    "error": null,
    "result": {
        "id": 29447102,
        "name": "GUI Functional Validation Test",
        "userId": 344260,
        "ended": 1592937270,
        "delayedStartReady": false,
        "runnerUserId": 344260,
        "charges": [],
        "created": 1592937184,
        "updated": 1592937573,
        "passed": true,
        "parallelTestsInWorkspace": 2,
        "parallelTestsInAccount": 2,
        "isPrivateData": false,
        "executionMode": "functional",
        "creatorClientId": "gui",
        "executorClientId": "api",
        "secondsPerLabelDoc": 60,
        "labelsCollectionSuffix": "_17_12",
        "isDebugRun": false,
        "locations": [
            "harbor-5d25f95f206f10730f21f1b4"
        ],
        "scenariosMapping": [
            {
                "id": "6a37dfc98ea5e2644a52afc1fe9ad54f44e3577d51b67f2adcef1521aceb58ba",
                "name": "Scenario 1",
                "test": "GUI Functional Validation Test",
                "isEndUserExperience": false
            }
        ],
        "executions": [
            {
                "concurrency": 1,
                "holdFor": "42720s",
                "durationIsNotConfigured": true,
                "locations": {
                    "harbor-5d25f95f206f10730f21f1b4": 1
                },
                "locationsWeighted": true,
                "executor": "selenium",
                "capabilities": {
                    "browserName": "chrome",
                    "browserVersion": "77",
                    "blazemeter_videoEnabled": true
                },
                "scenario": "Scenario 1"
            }
        ],
        "useV4Pipeline": false,
        "isSelenium": true,
        "hasMonitoringData": true,
        "rpsCompatible": false,
        "remoteControlCompatible": false,
        "hasDaggerData": false,
        "hasData": true,
        "shouldUseDaggerReport": false,
        "dependencies": [
            []
        ],
        "testId": 7895924,
        "projectId": 573256,
        "sessionsId": [
            "r-v4-5ef24ae129da3",
            "r-sg-5ef24af96a077"
        ],
        "thumbnailUrl": null,
        "hasErrorsPerInterval": true,
        "gridSummary": {
            "uniqueTestCasesCount": 1,
            "uniqueSuitesCount": 1,
            "passedTestCasesCount": 1,
            "failedTestCasesCount": 0,
            "brokenTestCasesCount": 0,
            "totalTestCasesCount": 1,
            "undefinedTestCasesCount": 0,
            "testCasesCount": 1,
            "passedPercent": 1,
            "started": 1592937232,
            "ended": 1592937251,
            "definedStatus": "passed"
        },
        "sessions": [
            "r-v4-5ef24ae129da3",
            "r-sg-5ef24af96a077"
        ],
        "jetpackLabels": []
    },
    "request_id": "5ef2596d7296a"
}