Backlog document operations for listing, counting, creating, fetching, traversing the document tree, reading comments, managing tags, downloading attachments, and deleting documents. Use when the request is about document pages, document tree paths, document comments, document tags, document attachments, or document IDs and URLs.
references/endpoints.md.BACKLOG_BASE_URL and BACKLOG_API_KEY are present without printing their values, for example with test -n "$BACKLOG_BASE_URL" && test -n "$BACKLOG_API_KEY".references/resolution.md if the request uses a project name, title, tree path, attachment name, tag name, or URL instead of a raw documentId or projectIdOrKey.python3 scripts/backlog_request.py --show-request --dry-run.scripts/backlog_request.py for the live API call.BACKLOG_BASE_URL, BACKLOG_API_KEY.env, printenv, or echo to inspect BACKLOG_BASE_URL or BACKLOG_API_KEY.