GET
/
servers
/
{guildId}
/
serverlog
curl --request GET \
  --url https://quark.bot/api/servers/{guildId}/serverlog \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "options": {}
}
guild ID
string

The ID of the guild.

bot
string
default:
"main"

The bot to get the configuration for. Either “main” or “pro”.

id
string
required

The ID of the guild.

options
object
required

The configuration options for the server log.