File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/sentry/replays/blueprints Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -628,13 +628,13 @@ Retrieve a collection of replay delete jobs.
628628
629629| Column | Type | Description |
630630| ------------ | ------------ | -------------------------------------------------------------------------------------------------------------------------- |
631- | id | number | - |
631+ | id | string | - |
632632| dateCreated | string | - |
633633| dateUpdated | string | - |
634634| rangeStart | string | The minimum UTC timestamp in the deletion range. |
635635| rangeEnd | string | The maximum UTC timestamp in the deletion range. |
636636| environments | list[ string] | The environment to delete replays from. If not specified, applies to all environments |
637- | status | string | The status of the deletion job. One of ` pending ` , ` in-progress ` , and ` completed ` . |
637+ | status | string | The status of the deletion job. One of ` pending ` , ` in-progress ` , ` completed ` or ` failed ` . |
638638| query | string | The query string which matches the to-be-deleted replays. Conforms to https://docs.sentry.io/concepts/search/#query-syntax |
639639| countDeleted | number | The count of replays deleted by the job. |
640640
You can’t perform that action at this time.
0 commit comments