get_snapshot
Retrieve detailed information about a specific pipeline snapshot, including configuration, stack, build, schedule, and tags, to understand exactly what ran or is deployed.
Instructions
Get detailed information about a specific snapshot.
Snapshots are frozen pipeline configurations that link pipeline + stack + build
+ schedule + tags together. They represent "what exactly ran/is deployed" and
are the modern replacement for Run Templates.
Args:
name_id_or_prefix: The name, ID or prefix of the snapshot to retrieve
pipeline_name_or_id: Optional pipeline context to narrow the search
project: Optional project scope (defaults to active project)
include_config_schema: Whether to include the config schema in the response
(can produce large payloads)
hydrate: Whether to hydrate the response with additional details
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name_id_or_prefix | Yes | ||
| pipeline_name_or_id | No | ||
| project | No | ||
| include_config_schema | No | ||
| hydrate | No |