GET
/
namespace
/
{namespace}
/
bigPeer
/
{big_peer_name}
/
app
/
{app_name}
curl --request GET \
  --url http://localhost:{port}/namespace/{namespace}/bigPeer/{big_peer_name}/app/{app_name}
{
  "appId": "cb692760-9786-44c3-b040-019bec5a1b77",
  "name": "my-app"
}

Response

200
application/json

The response is of type object.