The Bug Reports object

A bug report submitted through the in-app reporter.

Attributes

id string
Public identifier (e.g. bug_7k3m). 4-character suffix from reduced alphabet.
title string
Short summary of the issue. 5–200 characters.
description string
Detailed description of the bug, steps to reproduce, expected vs actual behaviour. Up to 5000 characters.
severity string
Impact classification: critical, high, medium, or low.
status string
Lifecycle state: open, acknowledged, investigating, resolved, wont_fix, or duplicate.
pageUrl string
URL of the page where the bug was encountered, if provided.
browserInfo string
Client environment snapshot: userAgent, platform, language, viewport dimensions, and theme (light/dark).
apiContext string
Last 5 API request log entries at time of submission (method, path, status, response time). Included when includeApiContext is true.
adminNotes string
Internal resolution notes added by admin. Visible to the reporting user.
resolvedAt string
ISO 8601 timestamp when the report was resolved, or null.
createdAt string
ISO 8601 timestamp of report submission.
updatedAt string
ISO 8601 timestamp of last modification.