Get a changeset
changesetRetrieve all change events linked to a changeset ID to reconstruct the full scope of a feature or task across multiple entities, ordered oldest first.
Instructions
All events that share a changeset_id, oldest first.
Use to reconstruct the full scope of a feature or task across multiple
entities. If the changeset has no events, returns
[{"error": "..."}] so the caller can distinguish "unknown changeset"
from "empty history."
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| changeset_id | Yes | The changeset identifier (the same slug or UUID passed to `log_change`'s changeset_id parameter). Examples: 'add-stripe-billing', 'fix-auth-redirect'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |