Skip to main content
Unary · Prebuilds Gets details about a specific prebuild. Use this method to:
  • Check prebuild status and progress
  • Access prebuild logs for debugging

Examples

  • Get prebuild details: Retrieves detailed information about a prebuild.

Endpoint

Send a Bearer token as described in Authentication. If your organization uses a custom management-plane domain, replace https://app.ona.com with that domain.

Request example

Request

gitpod.v1.GetPrebuildRequest

Response

gitpod.v1.GetPrebuildResponse
Prebuild represents a prebuild for a project that creates a snapshot for faster environment startup times.gitpod.v1.Prebuild
PrebuildMetadata contains metadata about the prebuildgitpod.v1.PrebuildMetadata
PrebuildSpec contains the configuration used to create a prebuildgitpod.v1.PrebuildSpec
PrebuildStatus contains the current status and progress of a prebuildgitpod.v1.PrebuildStatus
PrebuildTrigger indicates how the prebuild was triggered
PrebuildPhase represents the lifecycle phase of a prebuild