get https://{hostname}/edgekv/v1/networks//namespaces//groups//items/
Read an EdgeKV item. You need to specify the namespace
and group
the item belongs to. It can take ten seconds or longer to read an item that has been recently written to EdgeKV. The API may return a 404 error during that period. This is normal behavior for EdgeKV, which is an eventually consistent database.
Recipes
Read an item
Open Recipe