v33

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

List persisted build logs for an Xcode instance.

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

get/v1/xcode_instances/{id}/build_logs

Path parameters

idstring required

Xcode instance ID, e.g. sandbox_someid

Response

OK

idstring required

Exec ID assigned by limbuild, e.g. build-1776140344112378000.

statusstring required

Terminal status reported by limbuild (e.g. SUCCEEDED, FAILED, CANCELLED).

exitCodeinteger

Exit code of xcodebuild, if the build reached completion.

startedAtstring date-time
finishedAtstring date-time
buildDurationMsinteger

Time spent running xcodebuild, in milliseconds.

errorstring

Error message captured by limbuild on failure, if any.

downloadUrlstring required

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