Returns the full details of a specific build including its status, version, and type. Use this to poll for status changes during processing (uploading → processing → ready or failed).
Unique build ID (UUID).
Full build details.
Details of a game server build artifact.
Unique identifier for this build (UUID).
Build name (e.g., "default", "beta"). Multiple versions can share the same name.
Auto-incrementing version number within this build name. The first build named "default" is version 1, the next is version 2, etc.
Build lifecycle status. "uploading": ZIP uploaded, awaiting processing. "processing": GitHub Actions is building the Docker image. "ready": build is deployable. "failed": processing failed (check build logs). "deleted": soft-deleted, no longer usable.
uploading, processing, ready, failed, deleted ISO 8601 timestamp when the build was created.
ISO 8601 timestamp of the last status update. Null if never updated after creation.
How this build was created. "zip": uploaded as a ZIP archive. "docker_image": created from an existing Docker image URL.
zip, docker_image Path to the game executable inside the build. Defaults to "Server.x86_64" if not specified during upload.
Source Docker image URL (only for docker_image build type). Null for ZIP builds.