get_build_for_job
Retrieve build details for a specific job by providing its unique ID and build source type (RDC for real devices or VDC for emulators/simulators).
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 job_id: Required. The unique identifier of the job whose build you are looking up. You can look up job
IDs in your organization using the Get Jobs endpoint.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| build_source | Yes | ||
| job_id | Yes |