OA
Orthanc API
/changes
List changes
Whenever Orthanc receives a new DICOM instance, this event is recorded in the so-called _Changes Log_. This enables remote scripts to react to the arrival of new DICOM resources. A typical application is auto-routing, where an external script waits for a new DICOM instance to arrive into Orthanc, then forward this instance to another modality.
liveunknown~3s typical
tracking changesorthanc
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-orthanc-server-com /changes for me.
Input
| Field | Type | Description |
|---|---|---|
| limit | number | Limit the number of results default null |
| since | number | Show only the resources since the provided index default null |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"oa-orthanc-server-com","endpoint":"/changes","input":{"limit":1,"since":1}}'cli
npx cracked-ai run -p oa-orthanc-server-com -e /changes -i '{"limit":1,"since":1}'mcp
run_tool({ provider: "oa-orthanc-server-com", endpoint: "/changes", input: {"limit":1,"since":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.