List an Org Replays
GET https://sentry.io/api/0/organizations/{{organization_slug}}/replays/
List an Organization's Replays
https://docs.sentry.io/api/replays/list-an-organizations-replays/
GET/api/0/organizations/{organization_slug}/replays/
Return a list of replays belonging to an organization.
Path Parameters
organization_slug
(string)REQUIRED
The slug of the organization the resource belongs to.
Query Parameters:
statsPeriod
(string)
This defines the range of the time series, relative to now. The range is given in a format. For example 1d
for a one day range. Possible units are m
for minutes, h
for hours, d
for days and w
for weeks. You must either provide a statsPeriod
, or a start
and end
.
start
(string)
This defines the start of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds. Use along with end
instead of statsPeriod
.
end
(string)
This defines the inclusive end of the time series range as an explicit datetime, either in UTC ISO8601 or epoch seconds. Use along with start
instead of statsPeriod
.
field
(array(string))choices:
activity
browser
count_dead_clicks
count_errors
count_rage_clicks
count_segments
count_urls
device
dist
duration
environment
error_ids
finished_at
id
is_archived
os
platform
project_id
releases
sdk
started_at
tags
trace_ids
urls
user
clicks
info_ids
warning_ids
count_warnings
count_infos
Specifies a field that should be marshaled in the output. Invalid fields will be rejected.
project
(array(integer))
The ID of the projects to filter by.
environment
(string)
The environment to filter by.
sort
(string)
The field to sort the output by.
query
(string)
A structured query string to filter the output by.
per_page
(integer)
Limit the number of rows to return in the result.
cursor
(string)
The cursor parameter is used to paginate results. See here for how to use this query parameter
Scopes
You need to authenticate via bearer auth token. requires one of the following scopes:
org:admin
org:read
org:write