v1

latestOpenAPI 3.0.3Apache 2.02026-07-142201861.5 MB
Replays

List an Organization's Selectors

Return a list of selectors for a given organization.

get/api/0/organizations/{organization_id_or_slug}/replay-selectors/

Path parameters

organization_id_or_slugstring required

The ID or slug of the organization the resource belongs to.

Query parameters

environmentstring[]

The environment to filter by.

statsPeriodstring

This defines the range of the time series, relative to now. The range is given in a <number><unit> 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.

startstring date-time

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.

endstring date-time

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.

A list of project IDs or slugs to filter by.

projectSlugstring[]

A list of project slugs to filter your results by.

sortstring

The field to sort the output by.

sortBystring

The field to sort the output by.

orderBystring

The field to sort the output by.

cursorstring

A pointer to the last object fetched and its sort order; used to retrieve the next or previous results.

per_pageinteger

Limit the number of rows to return in the result. Default and maximum allowed is 100.

querystring

Filters results by using query syntax.

Example: query=(transaction:foo AND release:abc) OR (transaction:[bar,baz] AND release:def)

Response