Sentry MCP Server
by codyde
list_organization_replays
List replays from a Sentry organization. Monitor user sessions, interactions, errors, and experience issues.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Optional cursor for pagination | |
end | No | Optional end of time range (UTC ISO8601 or epoch seconds). Use with 'start' instead of 'stats_period' | |
environment | No | Optional environment to filter replays by | |
format | No | Output format (default: markdown) | markdown |
organization_slug | Yes | The slug of the organization to list replays from | |
per_page | No | Optional limit on number of results to return | |
project_ids | No | Optional array of project IDs to filter replays by | |
query | No | Optional structured query string to filter results | |
sort | No | Optional field to sort results by | |
start | No | Optional start of time range (UTC ISO8601 or epoch seconds). Use with 'end' instead of 'stats_period' | |
stats_period | No | Optional time range in format <number><unit> (e.g., '1d' for one day). Units: m (minutes), h (hours), d (days), w (weeks) | |
view | No | View type (default: detailed) | detailed |