1. Check for `SENTRY_AUTH_TOKEN` and prompt the user to set it if missing.
2. Identify the desired Sentry action (list issues, issue detail, event detail).
3. Gather necessary parameters like org, project, environment, time range, and issue ID.
4. Execute the `sentry_api.py` script with the appropriate parameters.
5. Parse the API response and format the output, redacting PII.
6. Present the formatted data to the user.
7. If no results are found, inform the user.