get_build
Retrieve detailed information about a specific Sauce Labs build using its unique ID, supporting both real devices and emulators/simulators for test analysis.
Instructions
Retrieve the details related to a specific build by passing its unique ID in the request.
:param build_source: Required. The type of device for which you are getting builds. Valid values are: 'rdc' -
Real Device Builds, 'vdc' - Emulator or Simulator Builds
:param build_id: Required. The unique identifier of the build to retrieve. You can look up build IDs in your
organization using the Lookup Builds endpoint.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| build_source | Yes | ||
| build_id | Yes |