# Get Foundry Build Get a Foundry Build by unique ID Endpoint: GET /v1/foundry/builds/{build_id}/ Version: 1.0.0 Security: AuthToken ## Path parameters: - `build_id` (string, required) A build UUID specifying the Foundry Build ## Response 200 fields (application/json): - `content` (object) - `content.build_id` (string) - `content.created_at` (string) - `content.updated_at` (string) - `content.deprecated_on` (string) - `content.created_by` (string) - `content.updated_by` (string) - `content.ab_update` (boolean) - `content.android_major_version` (integer) - `content.android_minimum_sdk_level` (integer) - `content.android_minor_version` (string) - `content.android_sdk_level` (integer) - `content.build_arch` (string) - `content.build_flavor` (string) - `content.build_hash` (string) - `content.build_ota_hash` (string) - `content.build_job_url` (string) - `content.build_job_id` (integer) - `content.build_fingerprint_hash` (string) - `content.build_type` (string) - `content.build_url` (string) - `content.build_update_meta_data` (string) - `content.build_update_url` (string) - `content.file_size_kb` (integer) - `content.foundation_build_number` (integer) - `content.foundation_major_number` (integer) - `content.foundation_minor_number` (integer) - `content.foundation_name` (string) - `content.model_display_name` (string) - `content.build_job_params` (string) - `content.prebuilt_app_info` (string) - `content.release_notes` (string) - `content.release_rating` (string) - `content.source_build_id` (string) - `content.build_state` (string) Enum: "released", "to_be_deprecated", "unavailable" - `content.device_model_id` (string) - `content.approved` (boolean) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 404 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)