action slicebox_get_sources { label: "get_sources" description: "Returns a list of currently available data sources. Possible source types are user - data imported by an API call by a user, box - data received from a remote box, directory - data imported via a watched directory, import - data imported into slicebox using import sessions, or scp - data received from a PACS." provider: slicebox method: GET path: "/sources" encoding: json output: { type: "object" additionalProperties: true } }