Get change
documentedRetrieve a change record.
GET /changes/{id}.jsonChangesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
Note: Base US API endpoint is https://api.samanage.com. The endpoint to fetch a single change by ID is /changes/{id}.json (e.g., https://api.samanage.com/changes/12345.json). Authentication uses a Samanage API token in the X-Samanage-Authorization header, and requests typically accept application/vnd.samanage.v2.1+json. See sources for reference. ([rubydoc.info](https://www.rubydoc.info/gems/samanage/Samanage/Api?utm_source=openai))
npx -y keychains@latest curl "https://api.samanage.com/changes/{{$id}}.json" \
-X GET \
-H "X-Samanage-Authorization: Bearer {{SAMANAGE_API_KEY}}" \
-H "Accept: application/vnd.samanage.v2.1+json" \
-H "Content-Type: application/json"