action orthanc_server_get_queries { label: "List query/retrieve operations" description: "List the identifiers of all the query/retrieve operations on DICOM modalities, as initiated by calls to `/modalities/{id}/query`. The length of this list is bounded by the `QueryRetrieveSize` configuration option of Orthanc. https://book.orthanc-server.com/users/rest.html#performing-query-retrieve-c-find-and-find-with-rest" provider: orthanc_server method: GET path: "/queries" encoding: json output: { description: "JSON array containing the identifiers" type: "object" } }