v1
latestOpenAPI 3.0.02026-07-142740323.4 KBTracking changes
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 log by DELETE-ing this URI. This route might be removed in future versions of Orthanc.
get/exports
Query parameters
limitnumber
Limit the number of results
sincenumber
Show only the resources since the provided index
Response
{"stackTrail":"paths:/exports:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","description":"The list of exports"}