Client - Logs

Fetch HTTP error log entries for a domain on the caller's account

Pulls live entries from the BoltAgent log service. Defaults to the account's first domain when 'domain' is omitted. Supports level, search and date-range filters; results are paginated.

get/api/client/error-logs

Query parameters

domainstring

Domain to fetch logs for (must belong to the caller's account). Defaults to the first available domain.

level'EMERGENCY' | 'ALERT' | 'CRITICAL' | 'ERROR' | 'WARNING' | 'NOTICE' | 'INFO' | 'DEBUG'

Severity level filter

grepstring

Free-text search applied at the agent level

sincestring

Lower time bound (ISO 8601 or any Carbon-parseable date). Local-day boundary is applied.

untilstring

Upper time bound (ISO 8601 or any Carbon-parseable date). Local-day boundary is applied.

linesinteger

Max raw lines pulled from the agent before pagination (1-5000, default 1000)

pageinteger

Page number (1-based)

per_pageinteger

Items per page (1-500, default 50)

Response

Paginated log entries

domainstring

Changes