Download namespace dataget https://{hostname}/edgekv/v1/networks/{network}/namespaces/{namespaceId}/downloadDownload all content stored within the namespace.Path ParamsnamespaceIdstringrequiredUnique identifier for each namespace.networkstringenumrequiredEnum Network environment to execute the API request on.productionstagingAllowed:productionstagingQuery ParamsaccountSwitchKeystringFor customers who manage more than one account, this runs the operation from another account. The Identity and Access Management API provides a list of available account switch keys.maxItemsinteger1 to 10000000Maximum number of CSV records to download.showExpiresbooleanDefaults to falseInclude expiry details for each CSV record, false by default.truetruefalseHeadersAccept-EncodingstringenumEnum The content encoding of the CSV file being downloaded, currently limited to gzip.gzipgzipAllowed:gzipacceptstringenumDefaults to application/problem+jsonGenerated from available response content typesapplication/problem+jsontext/csvAllowed:application/problem+jsontext/csvResponses 200Returns data stored inside the namespace in CSV format. 400Bad request. Namespace doesn't exist. 404Not found. Download doesn't exist. 500Internal server error.Updated about 1 month ago