Skip to main content
Glama
saucelabs

Sauce Labs MCP Server

Official
by saucelabs

get_specific_real_device_job_asset

Download specific test assets like logs, videos, or crash reports from mobile app testing jobs run on physical devices in Sauce Labs Real Device Cloud.

Instructions

    Download a specific asset for a Real Device Cloud (RDC) job.

    USE THIS METHOD WHEN:
    - The job ran on a physical mobile device (iPhone, Android, etc.)
    - get_test_assets returns an error about "Real Device job"
    - get_log_json_file fails with asset not found errors
    - You need logs/videos from mobile app testing

    For web browser testing on virtual machines, use get_test_assets instead.

    :param job_id: Required. The unique identifier of a job running on a real device in the data center. You can look up job
        IDs using the Get Real Device Jobs endpoint.
    :param asset_type: Required. The unique identifier of a job running on a real device in the data center. You can look up job
        IDs using the Get Real Device Jobs endpoint. Possible values are:

        'deviceLogs' - Device Logs | Appium, Espresso, XCUITest
        'appiumLogs' - Appium Logs | Appium
        'appiumRequests' - Appium Requests | Appium
        'junit.xml' - JUnit XML | Espresso, XCUITest
        'xcuitestLogs' - XCUITest Logs | XCUITest
        'video.mp4' - Video | Appium, Espresso, XCUITest
        'screenshots.zip' - Screenshots | Appium, Espresso
        'network.har' - Network Logs | Appium, Espresso, XCUITest
        'insights.json' - Device Vitals | Appium, Espresso, XCUITest
        'crash.json' - Crash Logs | Appium
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
job_idYes
asset_typeYes

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/saucelabs/sauce-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server