Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Une commande directe contourne le prompt de vérification. Examinez la source avant de l'exécuter.
⚠️ This endpoint is currently in beta and may be subject to change. It is supported by New Monitors and Alerts and may not be viewable in the UI today.
Common Questions
Match user requests to endpoints in references/api-spec.lap. Key patterns:
"Search organizations?" -> GET /api/0/organizations/
"Get organization details?" -> GET /api/0/organizations/{organization_id_or_slug}/
"Update a organization?" -> PUT /api/0/organizations/{organization_id_or_slug}/
"List all alert-rules?" -> GET /api/0/organizations/{organization_id_or_slug}/alert-rules/
"Create a alert-rule?" -> POST /api/0/organizations/{organization_id_or_slug}/alert-rules/
"Get alert-rule details?" -> GET /api/0/organizations/{organization_id_or_slug}/alert-rules/{alert_rule_id}/
"Update a alert-rule?" -> PUT /api/0/organizations/{organization_id_or_slug}/alert-rules/{alert_rule_id}/
"Delete a alert-rule?" -> DELETE /api/0/organizations/{organization_id_or_slug}/alert-rules/{alert_rule_id}/
"List all integrations?" -> GET /api/0/organizations/{organization_id_or_slug}/config/integrations/
"List all dashboards?" -> GET /api/0/organizations/{organization_id_or_slug}/dashboards/
"Create a dashboard?" -> POST /api/0/organizations/{organization_id_or_slug}/dashboards/
"Get dashboard details?" -> GET /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/
"Update a dashboard?" -> PUT /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/
"Delete a dashboard?" -> DELETE /api/0/organizations/{organization_id_or_slug}/dashboards/{dashboard_id}/
"Search detectors?" -> GET /api/0/organizations/{organization_id_or_slug}/detectors/
"Create a detector?" -> POST /api/0/organizations/{organization_id_or_slug}/detectors/
"Get detector details?" -> GET /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/
"Update a detector?" -> PUT /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/
"Delete a detector?" -> DELETE /api/0/organizations/{organization_id_or_slug}/detectors/{detector_id}/
"Search saved?" -> GET /api/0/organizations/{organization_id_or_slug}/discover/saved/
"Create a saved?" -> POST /api/0/organizations/{organization_id_or_slug}/discover/saved/
"Get saved details?" -> GET /api/0/organizations/{organization_id_or_slug}/discover/saved/{query_id}/
"Update a saved?" -> PUT /api/0/organizations/{organization_id_or_slug}/discover/saved/{query_id}/
"Delete a saved?" -> DELETE /api/0/organizations/{organization_id_or_slug}/discover/saved/{query_id}/
"List all environments?" -> GET /api/0/organizations/{organization_id_or_slug}/environments/
"Get eventid details?" -> GET /api/0/organizations/{organization_id_or_slug}/eventids/{event_id}/
"Search events?" -> GET /api/0/organizations/{organization_id_or_slug}/events/
"Search events-timeseries?" -> GET /api/0/organizations/{organization_id_or_slug}/events-timeseries/
Response Tips
Check response schemas in references/api-spec.lap for field details
List endpoints may support pagination; check for limit, offset, or cursor params
Create/update endpoints typically return the created/updated object
References
Full spec: See references/api-spec.lap for complete endpoint details, parameter tables, and response schemas
⚠️ This endpoint is currently in beta and may be subject to change. It is supported by New Monitors and Alerts and may not be viewable in the UI today.
⚠️ This endpoint is currently in beta and may be subject to change. It is supported by New Monitors and Alerts and may not be viewable in the UI today.
⚠️ This endpoint is currently in beta and may be subject to change. It is supported by New Monitors and Alerts and may not be viewable in the UI today.
⚠️ This endpoint is currently in beta and may be subject to change. It is supported by New Monitors and Alerts and may not be viewable in the UI today.
⚠️ This endpoint is currently in beta and may be subject to change. It is supported by New Monitors and Alerts and may not be viewable in the UI today.
⚠️ This endpoint is currently in beta and may be subject to change. It is supported by New Monitors and Alerts and may not be viewable in the UI today.
Return a list of issues for an organization. All parameters are supplied as query string parameters. A default query of is:unresolved is applied. To return all results, use an empty query value (i.e. ``?query=`).
Permanently remove the given issues. If IDs are provided, queries and filtering will be ignored. If any IDs are out of scope, the data won't be mutated but the endpoint will still produce a successful response. For example, if no issues were found matching the criteria, a HTTP 204 is returned.
⚠️ This endpoint is currently in beta and may be subject to change. It is supported by New Monitors and Alerts and may not be viewable in the UI today.
⚠️ This endpoint is currently in beta and may be subject to change. It is supported by New Monitors and Alerts and may not be viewable in the UI today.
⚠️ This endpoint is currently in beta and may be subject to change. It is supported by New Monitors and Alerts and may not be viewable in the UI today.
⚠️ This endpoint is currently in beta and may be subject to change. It is supported by New Monitors and Alerts and may not be viewable in the UI today.
⚠️ This endpoint is currently in beta and may be subject to change. It is supported by New Monitors and Alerts and may not be viewable in the UI today.
⚠️ This endpoint is currently in beta and may be subject to change. It is supported by New Monitors and Alerts and may not be viewable in the UI today.
⚠️ This endpoint is currently in beta and may be subject to change. It is supported by New Monitors and Alerts and may not be viewable in the UI today.
This endpoint is DEPRECATED. We document it here for older SDKs and users who are still migrating to the User Feedback Widget or API(multi-platform). If you are a new user, do not use this endpoint - unless you don't have a JS frontend, and your platform's SDK does not offer a feedback API.
Bulk mutate various attributes on issues. The list of issues to modify is given through the id query parameter. It is repeated for each issue that should be modified.
Permanently remove the given issues. The list of issues to modify is given through the id query parameter. It is repeated for each issue that should be removed.
Return details on an individual issue. This returns the basic stats for the issue (title, last seen, first seen), some overall numbers (number of comments, user reports) as well as the summarized event data.
Return a list of values associated with this key for an issue. When paginated can return at most 1000 values.
"Create a external-user?" -> POST /api/0/organizations/{organization_id_or_slug}/external-users/
"Update a external-user?" -> PUT /api/0/organizations/{organization_id_or_slug}/external-users/{external_user_id}/
"Delete a external-user?" -> DELETE /api/0/organizations/{organization_id_or_slug}/external-users/{external_user_id}/
"List all forwarding?" -> GET /api/0/organizations/{organization_id_or_slug}/forwarding/
"Create a forwarding?" -> POST /api/0/organizations/{organization_id_or_slug}/forwarding/
"Update a forwarding?" -> PUT /api/0/organizations/{organization_id_or_slug}/forwarding/{data_forwarder_id}/
"Delete a forwarding?" -> DELETE /api/0/organizations/{organization_id_or_slug}/forwarding/{data_forwarder_id}/
"List all integrations?" -> GET /api/0/organizations/{organization_id_or_slug}/integrations/
"Get integration details?" -> GET /api/0/organizations/{organization_id_or_slug}/integrations/{integration_id}/
"Delete a integration?" -> DELETE /api/0/organizations/{organization_id_or_slug}/integrations/{integration_id}/
"Search issues?" -> GET /api/0/organizations/{organization_id_or_slug}/issues/
"List all members?" -> GET /api/0/organizations/{organization_id_or_slug}/members/
"Create a member?" -> POST /api/0/organizations/{organization_id_or_slug}/members/
"Get member details?" -> GET /api/0/organizations/{organization_id_or_slug}/members/{member_id}/
"Update a member?" -> PUT /api/0/organizations/{organization_id_or_slug}/members/{member_id}/
"Delete a member?" -> DELETE /api/0/organizations/{organization_id_or_slug}/members/{member_id}/
"Update a team?" -> PUT /api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/
"Delete a team?" -> DELETE /api/0/organizations/{organization_id_or_slug}/members/{member_id}/teams/{team_id_or_slug}/
"List all monitors?" -> GET /api/0/organizations/{organization_id_or_slug}/monitors/
"Create a monitor?" -> POST /api/0/organizations/{organization_id_or_slug}/monitors/
"Get monitor details?" -> GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/
"Update a monitor?" -> PUT /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/
"Delete a monitor?" -> DELETE /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/
"List all checkins?" -> GET /api/0/organizations/{organization_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/
"List all actions?" -> GET /api/0/organizations/{organization_id_or_slug}/notifications/actions/
"Create a action?" -> POST /api/0/organizations/{organization_id_or_slug}/notifications/actions/
"Get action details?" -> GET /api/0/organizations/{organization_id_or_slug}/notifications/actions/{action_id}/
"Update a action?" -> PUT /api/0/organizations/{organization_id_or_slug}/notifications/actions/{action_id}/
"Delete a action?" -> DELETE /api/0/organizations/{organization_id_or_slug}/notifications/actions/{action_id}/
"List all install-details?" -> GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/{artifact_id}/install-details/
"List all size-analysis?" -> GET /api/0/organizations/{organization_id_or_slug}/preprodartifacts/{artifact_id}/size-analysis/
"List all repositories?" -> GET /api/0/organizations/{organization_id_or_slug}/prevent/owner/{owner}/repositories/
"List all sync?" -> GET /api/0/organizations/{organization_id_or_slug}/prevent/owner/{owner}/repositories/sync/
"Create a sync?" -> POST /api/0/organizations/{organization_id_or_slug}/prevent/owner/{owner}/repositories/sync/
"List all tokens?" -> GET /api/0/organizations/{organization_id_or_slug}/prevent/owner/{owner}/repositories/tokens/
"Get repository details?" -> GET /api/0/organizations/{organization_id_or_slug}/prevent/owner/{owner}/repository/{repository}/
"List all branches?" -> GET /api/0/organizations/{organization_id_or_slug}/prevent/owner/{owner}/repository/{repository}/branches/
"List all test-results?" -> GET /api/0/organizations/{organization_id_or_slug}/prevent/owner/{owner}/repository/{repository}/test-results/
"List all test-results-aggregates?" -> GET /api/0/organizations/{organization_id_or_slug}/prevent/owner/{owner}/repository/{repository}/test-results-aggregates/
"List all test-suites?" -> GET /api/0/organizations/{organization_id_or_slug}/prevent/owner/{owner}/repository/{repository}/test-suites/
"Create a regenerate?" -> POST /api/0/organizations/{organization_id_or_slug}/prevent/owner/{owner}/repository/{repository}/token/regenerate/
"List all project-keys?" -> GET /api/0/organizations/{organization_id_or_slug}/project-keys/
"List all projects?" -> GET /api/0/organizations/{organization_id_or_slug}/projects/
"List all relay_usage?" -> GET /api/0/organizations/{organization_id_or_slug}/relay_usage/
"List all release-threshold-statuses?" -> GET /api/0/organizations/{organization_id_or_slug}/release-threshold-statuses/
"Search releases?" -> GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/
"Update a release?" -> PUT /api/0/organizations/{organization_id_or_slug}/releases/{version}/
"Delete a release?" -> DELETE /api/0/organizations/{organization_id_or_slug}/releases/{version}/
"List all deploys?" -> GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/deploys/
"Create a deploy?" -> POST /api/0/organizations/{organization_id_or_slug}/releases/{version}/deploys/
"Search replay-count?" -> GET /api/0/organizations/{organization_id_or_slug}/replay-count/
"Search replay-selectors?" -> GET /api/0/organizations/{organization_id_or_slug}/replay-selectors/
"Search replays?" -> GET /api/0/organizations/{organization_id_or_slug}/replays/
"Search replays?" -> GET /api/0/organizations/{organization_id_or_slug}/replays/{replay_id}/
"List all commits?" -> GET /api/0/organizations/{organization_id_or_slug}/repos/{repo_id}/commits/
"List all Groups?" -> GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups
"Create a Group?" -> POST /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups
"Get Group details?" -> GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups/{team_id_or_slug}
"Partially update a Group?" -> PATCH /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups/{team_id_or_slug}
"Delete a Group?" -> DELETE /api/0/organizations/{organization_id_or_slug}/scim/v2/Groups/{team_id_or_slug}
"List all Users?" -> GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Users
"Create a User?" -> POST /api/0/organizations/{organization_id_or_slug}/scim/v2/Users
"Get User details?" -> GET /api/0/organizations/{organization_id_or_slug}/scim/v2/Users/{member_id}
"Partially update a User?" -> PATCH /api/0/organizations/{organization_id_or_slug}/scim/v2/Users/{member_id}
"Delete a User?" -> DELETE /api/0/organizations/{organization_id_or_slug}/scim/v2/Users/{member_id}
"List all sentry-apps?" -> GET /api/0/organizations/{organization_id_or_slug}/sentry-apps/
"Search sessions?" -> GET /api/0/organizations/{organization_id_or_slug}/sessions/
"Get shortid details?" -> GET /api/0/organizations/{organization_id_or_slug}/shortids/{issue_id}/
"List all stats-summary?" -> GET /api/0/organizations/{organization_id_or_slug}/stats-summary/
"List all stats_v2?" -> GET /api/0/organizations/{organization_id_or_slug}/stats_v2/
"List all teams?" -> GET /api/0/organizations/{organization_id_or_slug}/teams/
"Create a team?" -> POST /api/0/organizations/{organization_id_or_slug}/teams/
"List all user-teams?" -> GET /api/0/organizations/{organization_id_or_slug}/user-teams/
"Search workflows?" -> GET /api/0/organizations/{organization_id_or_slug}/workflows/
"Create a workflow?" -> POST /api/0/organizations/{organization_id_or_slug}/workflows/
"Get workflow details?" -> GET /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/
"Update a workflow?" -> PUT /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/
"Delete a workflow?" -> DELETE /api/0/organizations/{organization_id_or_slug}/workflows/{workflow_id}/
"Get project details?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/
"Update a project?" -> PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/
"Delete a project?" -> DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/
"List all environments?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/
"Get environment details?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/{environment}/
"Update a environment?" -> PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/environments/{environment}/
"List all events?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/
"List all source-map-debug?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/source-map-debug/
"List all filters?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/filters/
"Update a filter?" -> PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/filters/{filter_id}/
"List all keys?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/
"Create a key?" -> POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/
"Get key details?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/{key_id}/
"Update a key?" -> PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/{key_id}/
"Delete a key?" -> DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/keys/{key_id}/
"List all members?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/members/
"Get monitor details?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/
"Update a monitor?" -> PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/
"Delete a monitor?" -> DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/
"List all checkins?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/monitors/{monitor_id_or_slug}/checkins/
"List all ownership?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/ownership/
"List all latest?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/preprodartifacts/build-distribution/latest/
"Delete a replay?" -> DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/
"Search clicks?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/clicks/
"List all recording-segments?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/recording-segments/
"Get recording-segment details?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/recording-segments/{segment_id}/
"List all viewed-by?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/replays/{replay_id}/viewed-by/
"List all rules?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/rules/
"Create a rule?" -> POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/rules/
"Get rule details?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/rules/{rule_id}/
"Update a rule?" -> PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/rules/{rule_id}/
"Delete a rule?" -> DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/rules/{rule_id}/
"List all symbol-sources?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/
"Create a symbol-source?" -> POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/symbol-sources/
"List all teams?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/
"Delete a team?" -> DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/teams/{team_id_or_slug}/
"List all models?" -> GET /api/0/seer/models/
"Get sentry-app details?" -> GET /api/0/sentry-apps/{sentry_app_id_or_slug}/
"Update a sentry-app?" -> PUT /api/0/sentry-apps/{sentry_app_id_or_slug}/
"Delete a sentry-app?" -> DELETE /api/0/sentry-apps/{sentry_app_id_or_slug}/
"Get team details?" -> GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/
"Update a team?" -> PUT /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/
"Delete a team?" -> DELETE /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/
"Create a external-team?" -> POST /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/external-teams/
"Update a external-team?" -> PUT /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/external-teams/{external_team_id}/
"Delete a external-team?" -> DELETE /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/external-teams/{external_team_id}/
"List all members?" -> GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/members/
"List all projects?" -> GET /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/projects/
"Create a project?" -> POST /api/0/teams/{organization_id_or_slug}/{team_id_or_slug}/projects/
"List all repos?" -> GET /api/0/organizations/{organization_id_or_slug}/repos/
"List all dsyms?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/files/dsyms/
"Create a dsym?" -> POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/files/dsyms/
"Search users?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/users/
"List all values?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/tags/{key}/values/
"List all stats?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/stats/
"List all user-feedback?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/user-feedback/
"Create a user-feedback?" -> POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/user-feedback/
"List all hooks?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/hooks/
"Create a hook?" -> POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/hooks/
"Get hook details?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/hooks/{hook_id}/
"Update a hook?" -> PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/hooks/{hook_id}/
"Delete a hook?" -> DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/hooks/{hook_id}/
"Get event details?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/events/{event_id}/
"Search issues?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/issues/
"List all values?" -> GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/tags/{key}/values/
"List all hashes?" -> GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/hashes/
"Get issue details?" -> GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/
"Update a issue?" -> PUT /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/
"Delete a issue?" -> DELETE /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/
"Search releases?" -> GET /api/0/organizations/{organization_id_or_slug}/releases/
"Create a release?" -> POST /api/0/organizations/{organization_id_or_slug}/releases/
"List all files?" -> GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/
"Create a file?" -> POST /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/
"List all files?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/
"Create a file?" -> POST /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/
"Get file details?" -> GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/{file_id}/
"Update a file?" -> PUT /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/{file_id}/
"Delete a file?" -> DELETE /api/0/organizations/{organization_id_or_slug}/releases/{version}/files/{file_id}/
"Get file details?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/{file_id}/
"Update a file?" -> PUT /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/{file_id}/
"Delete a file?" -> DELETE /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/files/{file_id}/
"List all commits?" -> GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/commits/
"List all commits?" -> GET /api/0/projects/{organization_id_or_slug}/{project_id_or_slug}/releases/{version}/commits/
"List all commitfiles?" -> GET /api/0/organizations/{organization_id_or_slug}/releases/{version}/commitfiles/
"List all sentry-app-installations?" -> GET /api/0/organizations/{organization_id_or_slug}/sentry-app-installations/
"Create a external-issue?" -> POST /api/0/sentry-app-installations/{uuid}/external-issues/
"Delete a external-issue?" -> DELETE /api/0/sentry-app-installations/{uuid}/external-issues/{external_issue_id}/
"Create a spike-protection?" -> POST /api/0/organizations/{organization_id_or_slug}/spike-protections/
"List all autofix?" -> GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/autofix/
"Create a autofix?" -> POST /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/autofix/
"Search events?" -> GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/events/
"Get event details?" -> GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/events/{event_id}/
"List all external-issues?" -> GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/external-issues/
"Get tag details?" -> GET /api/0/organizations/{organization_id_or_slug}/issues/{issue_id}/tags/{key}/