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.
Query parameters
Domain to fetch logs for (must belong to the caller's account). Defaults to the first available domain.
Severity level filter
Free-text search applied at the agent level
Lower time bound (ISO 8601 or any Carbon-parseable date). Local-day boundary is applied.
Upper time bound (ISO 8601 or any Carbon-parseable date). Local-day boundary is applied.
Max raw lines pulled from the agent before pagination (1-5000, default 1000)
Page number (1-based)
Items per page (1-500, default 50)
Response
Paginated log entries
Changes
No recorded changes to this endpoint across all 1 revision of this API.