cURL
curl --request GET \ --url https://api.wazoo.dev/worlds/{world}/logs \ --header 'Authorization: Bearer <token>'
[ { "id": "<string>", "worldId": "<string>", "timestamp": 123, "level": "info", "message": "<string>", "metadata": {} } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x <= 100
info
warn
error
debug
A list of logs