get_job_details
Retrieve execution details for Sauce Labs test jobs by ID to identify platform type (VDC or RDC) and access relevant assets for analysis.
Instructions
Retrieves the execution details of a particular job, by ID.
This method works for both Virtual Device Cloud (VDC) and Real Device Cloud (RDC) though
the returned data structure may vary between platforms.
Use this method first to understand what type of job you're working with:
- If 'device_name' contains mobile devices → RDC job → use get_specific_real_device_job_asset for assets
- If 'browser' field shows web browsers → VDC job → use get_test_assets for assets
:param job_id: The Sauce Labs Job ID (works for both VDC and RDC jobs).
:return: Detailed job information including status, timing, configuration, and platform-specific data.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes |