Get the session replay link of a bug
feedbug_get_replayRetrieve the session replay URL for a bug to watch the last 30 seconds of user activity before the report. Use when the written report is insufficient for reproduction.
Instructions
Read the session replay URL of a bug, an rrweb recording of the last 30 seconds of activity before the report was sent.
Returns: a one-line message holding the URL to open in a browser. The recording itself is never inlined, so it costs no context. Use when: the written report is not enough to reproduce the bug and you want to hand the user a link to watch it happen. Do not use when: you already called feedbug_get_bug, which returns the same URL alongside the rest of the record. Behavior: read-only and idempotent, scoped by FEEDBUG_PROJECT_KEY to a single project. A bug with no recording returns "No session replay available" as an ordinary result rather than an error, so the call is always safe to attempt.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Bug UUID as returned by feedbug_list_bugs, or the tracker identifier such as PRE-13, matched case-insensitively. Ids belonging to another project are rejected. |