action orthanc_server_get_queries_id_level { label: "Get level of original query" description: "Get the query level (value of the `QueryRetrieveLevel` tag) of the query/retrieve operation whose identifier is provided in the URL" provider: orthanc_server method: GET path: "/queries/{id}/level" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }