artifact_history
Lists version history (git commits) of a mutable artifact, newest first. Use returned version IDs to inspect or revert to any previous iteration.
Instructions
List the version history (git commits) of a mutable artifact, newest first.
Each entry carries the commit message, its author (you'll appear as your API key prefix), the content fingerprint, and whether it's the current head. Use the returned version ids with read_artifact(ref, version=...) to inspect an old iteration, or write its content back to revert.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | Yes | The artifact's slug or full URL. | |
| full | No | When true, include each version's full stored content. | |
| limit | No | Max versions to return (default 50, max 200). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||