get_build
Retrieve detailed pipeline build information including image details, code embeddings, and stack checksums to analyze reproducibility and infrastructure setup for pipeline runs.
Instructions
Get detailed information about a specific pipeline build.
Builds contain image info, code embedding, and stack checksums that explain
reproducibility and infrastructure setup for pipeline runs.
Args:
id_or_prefix: The ID or prefix of the build to retrieve
project: Optional project scope (defaults to active project)
hydrate: Whether to hydrate the response with additional details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_prefix | Yes | ||
| project | No | ||
| hydrate | No |