get_repository_snapshot
Retrieve a specific repository snapshot by its ID and repository ID to re-read resolved revision, content hash, file counts, and graph artifact refs.
Instructions
Fetch one persisted immutable repository snapshot by repository_id and snapshot_id, including its resolved_revision, content_hash, file_count, language_counts, and graph artifact refs. Use this to re-read a snapshot created earlier with create_repository_snapshot (or through run_repository_pipeline). Read-only; an unknown snapshot or repository id fails with not_found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| snapshot_id | Yes | Snapshot id returned by create_repository_snapshot. | |
| repository_id | Yes | Saved repository connector id from list_connectors. |