Logs

get

Lookup application logs.

Path parameters
application-idintegerRequired
Query parameters
limitintegerOptional

Maximum number of results to return. There could be additional pages even if the limit is not reached.

nextstringOptional

The next page of results. Use the next token provided by the previous results.

txidstringOptional

Lookup the specific transaction by ID.

min-roundintegerOptional

Include results at or after the specified min-round.

max-roundintegerOptional

Include results at or before the specified max-round.

sender-addressstringOptional

Only include transactions with this sender address.

Responses
200
(empty)
application/json
get
GET /v2/applications/{application-id}/logs HTTP/1.1
Host: algo-index.nownodes.io
Accept: */*
200

(empty)

{
  "application-id": 1,
  "current-round": 1,
  "log-data": [
    {
      "logs": [
        "Ynl0ZXM="
      ],
      "txid": "text"
    }
  ],
  "next-token": "text"
}