Lookup application logs.
(empty)
[appidx] application index.
Round at which the results were computed.
Used for pagination, when making another request provide this token with the next parameter.
const response = await fetch('https://algo-index.nownodes.io/v2/applications/{application-id}/logs', { method: 'GET', headers: {}, }); const data = await response.json();
{ "application-id": 0, "current-round": 0, "log-data": [ { "logs": [ "Ynl0ZXM=" ], "txid": "text" } ], "next-token": "text" }