get-replay
Retrieve session replay data from Rollbar to analyze user interactions and diagnose application errors by specifying environment, session, and replay identifiers.
Instructions
Get replay data for a specific session replay in Rollbar
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| environment | Yes | Environment name (e.g., production) | |
| sessionId | Yes | Session identifier that owns the replay | |
| replayId | Yes | Replay identifier to retrieve | |
| delivery | No | How to return the replay payload. Defaults to 'file' (writes JSON to a temp file); 'resource' returns a rollbar:// link. | |
| project | No | Project name (optional when only one project is configured) |