Get a ChangeSet
get_changesetFetch a ChangeSet by ID to verify its status, fingerprint, and commit provenance (accepted and integration commits).
Instructions
Read one ChangeSet by id. Use it to check a ChangeSet's status (PROVISIONAL, VALIDATED, ACCEPTED, COMMITTED or SUPERSEDED), its fingerprint, and its commit provenance: accepted_commit, pinned at acceptance and never changed, and integration_commit, set by record_commit. Read-only. Use get_intent for the work item itself. To find an id, status lists PROVISIONAL, VALIDATED and ACCEPTED ChangeSets, and query_work shows each intent's latest one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ChangeSet id (chg_...). |