Get namespace upload job detailsget https://{hostname}/edgekv/v1/networks/{network}/namespaces/{namespaceId}/jobs/{bulkUploadId}View details about a specific namespace upload job.Path ParamsnamespaceIdstringrequiredUnique identifier for each namespace.networkstringenumrequiredEnum Network environment to execute the API request on.productionstagingAllowed:productionstagingbulkUploadIduuidrequiredUnique identifier for each bulk upload request.Query ParamsincludeErrorsbooleanDefaults to falseWhether to return errors encountered while processing CSV records.truetruefalsemaxItemsint641 to 5000Defaults to 100Maximum number of errors to return, if specified.accountSwitchKeystringFor 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.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsonapplication/problem+jsonAllowed:application/jsonapplication/problem+jsonResponses 207Returns details about a namespace upload job. 400Bad request. Namespace doesn't exist. 401Not authorized. 403Forbidden. Forbidden. 404Not found. Upload doesn't exist. 405Method not allowed. 406Not acceptable. 500Internal server error.Updated about 1 month ago