Apps
Get metadata for a persisted value
GET /app/{appId}/data/{key}/meta
GET /app/{appId}/data/{key}/meta
Returns size, timestamps and ownership information for the given key.
Path parameters
appIdstringpathrequiredNo description.
keystringpathrequiredNo description.
Responses
200 — Successful operation
Response Example
{
"success": true,
"meta": null
}404 — Key not found.