Sentry · Capability
Sentry Replays API — Replays
Sentry Replays API — Replays. 5 operations. Lead operation: Sentry Retrieve a count of replays for a given issue or transaction. Self-contained Naftiko capability covering one Sentry System business surface.
What You Can Do
GET
Getreplaycount
— Sentry Retrieve a count of replays for a given issue or transaction
/v1/organizations/{organization-id-or-slug}/replay-count
GET
Listorganizationreplays
— Sentry List an organization's replays
/v1/organizations/{organization-id-or-slug}/replays
GET
Retrievereplay
— Sentry Retrieve a replay instance
/v1/projects/{organization-id-or-slug}/{project-id-or-slug}/replays/{replay-id}
DELETE
Deletereplay
— Sentry Delete a replay instance
/v1/projects/{organization-id-or-slug}/{project-id-or-slug}/replays/{replay-id}
GET
Listreplayviewers
— Sentry List users who have viewed a replay
/v1/projects/{organization-id-or-slug}/{project-id-or-slug}/replays/{replay-id}/viewed-by
MCP Tools
sentry-retrieve-count-replays-given
Sentry Retrieve a count of replays for a given issue or transaction
read-only
idempotent
sentry-list-organization-s-replays
Sentry List an organization's replays
read-only
idempotent
sentry-retrieve-replay-instance
Sentry Retrieve a replay instance
read-only
idempotent
sentry-delete-replay-instance
Sentry Delete a replay instance
idempotent
sentry-list-users-who-have
Sentry List users who have viewed a replay
read-only
idempotent