GET List BotsGET Get BotPOST Create BotDEL Delete BotPOST Start BotPOST Stop BotPOST Restart BotPATCH Update Startup
API Reference
Get Logs
Lê logs recentes do container.
GET
https://astrix.website/api/bot/servers/:id/logsRequest
curl -H "Authorization: Bearer $BOT_SHARED_SECRET" \
"https://astrix.website/api/bot/servers/SERVER_ID/logs?discordUserId=YOUR_DISCORD_ID"Response
{ "logs": "..." }