latestOpenAPI 3.0.12026-08-16171142480.4 KB
ff1699330afa
Account API
Get account logs
get/rest/api/v1/accounts/{accountId}/logs
Path parameters
accountIdstring uuid required
Query parameters
limitinteger
Get the last logs: e.g. 100 means the last 100 logs
offsetinteger
You can set an offset. Offset 100 means 101-200
startstring
ISO 8601
stopstring
ISO 8601
logTypeIdinteger
Filter logs by log level type ID. If you choose 3 = Info, then all logs with a lower level are returned. The levels are: 1 = Error, 2 = Warning, 3 = Info.
Response
OK