v33

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-26273770.9 KB

List persisted Bazel build records for an Xcode instance.

Returns a summary and a short-lived presigned download URL for each Bazel build (RBE invocation) that ran on the given Xcode instance. Builds are returned in chronological order. Records persist after the instance is terminated, subject to the configured retention window.

get/v1/xcode_instances/{id}/bazel_build_logs

Path parameters

idstring required

Xcode instance ID, e.g. sandbox_someid

Response

OK

idstring required

Bazel invocation ID (UUID) from the build event stream.

statusstring required

Terminal status (SUCCEEDED, FAILED, CANCELLED, INCOMPLETE).

patternstring[]

The build target patterns, if captured.

startedAtstring date-time
durationMsinteger

Wall-clock duration of the invocation, in milliseconds.

errorstring

Error message captured on failure, if any.

downloadUrlstring required

Short-lived presigned URL for fetching the full .jsonl record from object storage.