OA
Orthanc API
/exports
List exports
For medical traceability, Orthanc can be configured to store a log of all the resources that have been exported to remote modalities. In auto-routing scenarios, it is important to prevent this log to grow indefinitely as incoming instances are routed. You can either disable this logging by setting the option `LogExportedResources` to `false` in the configuration file, or periodically clear this lo
liveunknown~3s typical
tracking changesorthanc
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run oa-orthanc-server-com /exports 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":"/exports","input":{"limit":1,"since":1}}'cli
npx cracked-ai run -p oa-orthanc-server-com -e /exports -i '{"limit":1,"since":1}'mcp
run_tool({ provider: "oa-orthanc-server-com", endpoint: "/exports", input: {"limit":1,"since":1} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.