AccelerUpDocs
Reference/Endpoint index

Endpoint index

Every HTTP route the backend serves, generated from the router at build time.

Every route below is read out of backend/internal/handler/router.go when this site is built. It is therefore never out of date with the deployed router — and if it ever cannot be read, the build fails rather than shipping a stale list.

For how to authenticate, what the error shapes are, and which conventions apply to all of them, read API overview first.

Note

Role is the least privileged role that may call the endpoint. A blank role means any authenticated member of the organisation. Every route is scoped to the caller's organisation unless it is marked none under auth — see Authentication.

1001 routes across 83 areas.

At a glance

AreaRoutesPath
agents94/api/v1/agents
dwh86/api/v1/dwh
copilot57/api/v1/copilot
cloudflare47/api/v1/cloudflare
jenkins41/api/v1/jenkins
deployments40/api/v1/deployments
errors25/api/v1/errors
auth23/api/v1/auth
enterprise21/api/v1/enterprise
incidents20/api/v1/incidents
releases20/api/v1/releases
proxysql20/api/v1/proxysql
intelligent-alerts20/api/v1/intelligent-alerts
anomaly19/api/v1/anomaly
ga18/api/v1/ga
security17/api/v1/security
services16/api/v1/services
jira16/api/v1/jira
schedules15/api/v1/schedules
post-mortems15/api/v1/post-mortems
scim14/api/v1/scim
orgs14/api/v1/orgs
elk14/api/v1/elk
mysql12/api/v1/mysql
runbooks11/api/v1/runbooks
cost11/api/v1/cost
alert-rules10/api/v1/alert-rules
dashboards10/api/v1/dashboards
teams10/api/v1/teams
deploy-safety10/api/v1/deploy-safety
domain-health9/api/v1/domain-health
synthetic9/api/v1/synthetic
chaos9/api/v1/chaos
changes9/api/v1/changes
webhooks8/api/v1/webhooks
channels8/api/v1/channels
routing-rules8/api/v1/routing-rules
environments8/api/v1/environments
workflows8/api/v1/workflows
health7/api/v1/health
alerts7/api/v1/alerts
alert-templates7/api/v1/alert-templates
escalation-policies7/api/v1/escalation-policies
network7/api/v1/network
ingest6/api/v1/ingest
public6/api/v1/public
agent6/api/v1/agent
maintenance6/api/v1/maintenance
analytics6/api/v1/analytics
rules6/api/v1/rules
apm6/api/v1/apm
ab-configs6/api/v1/ab-configs
slos6/api/v1/slos
users5/api/v1/users
notifications5/api/v1/notifications
integrations5/api/v1/integrations
infisical5/api/v1/infisical
infra5/api/v1/infra
compliance5/api/v1/compliance
sdk4/api/v1/sdk
settings4/api/v1/settings
jobs4/api/v1/jobs
retention4/api/v1/retention
system-alert-config4/api/v1/system-alert-config
reports4/api/v1/reports
deploy3/api/v1/deploy
dependencies3/api/v1/dependencies
baselines3/api/v1/baselines
me3/api/v1/me
status-page3/api/v1/status-page
sso3/api/v1/sso
superset-proxy2/api/v1/superset-proxy
heartbeat2/api/v1/heartbeat
events2/api/v1/events
dashboard2/api/v1/dashboard
config2/api/v1/config
audit-logs2/api/v1/audit-logs
v11/api/v1/v1
ab-config1/api/v1/ab-config
escalations1/api/v1/escalations
search1/api/v1/search
dependency-graph1/api/v1/dependency-graph
timeseries1/api/v1/timeseries

agents

MethodPathRoleHandler
GET/api/v1/agentsanyagentHandler.List
GET/api/v1/agents/{id}anyagentHandler.Get
GET/api/v1/agents/{id}/accessanyagentHandler.MyAccess
GET/api/v1/agents/{id}/checksanyagentHandler.CheckStatus
GET/api/v1/agents/{id}/checks/{defID}anyagentHandler.CheckHistory
POST/api/v1/agents/{id}/commandengineeragentHandler.Dispatch
GET/api/v1/agents/{id}/commandsanyagentHandler.Commands
GET/api/v1/agents/{id}/commands/availableanyagentHandler.AgentCommandDefs
POST/api/v1/agents/{id}/configengineeragentHandler.SetConfig
GET/api/v1/agents/{id}/coverageanyagentCollectorsHandler.Coverage
POST/api/v1/agents/{id}/coverage/applyengineeragentCollectorsHandler.ApplyCoverage
GET/api/v1/agents/{id}/detailanyagentHandler.Detail
GET/api/v1/agents/{id}/file-statesanyagentCollectorsHandler.FileStates
GET/api/v1/agents/{id}/filesadminagentHandler.FileList
GET/api/v1/agents/{id}/files/downloadadminagentHandler.FileDownload
POST/api/v1/agents/{id}/files/uploadadminagentHandler.FileUpload
GET/api/v1/agents/{id}/healthanyagentCollectorsHandler.HealthBoard
GET/api/v1/agents/{id}/log-watchesanyagentCollectorsHandler.LogWatchStatus
GET/api/v1/agents/{id}/logsanyagentHandler.Logs
GET/api/v1/agents/{id}/metricsanyagentHandler.Metrics
GET/api/v1/agents/{id}/portsanyagentHandler.ListenPorts
POST/api/v1/agents/{id}/ports/acceptengineeragentCollectorsHandler.AcceptPorts
GET/api/v1/agents/{id}/ports/reviewanyagentCollectorsHandler.PortReview
GET/api/v1/agents/{id}/processesanyagentHandler.Processes
GET/api/v1/agents/{id}/scrape-seriesanyagentCollectorsHandler.ScrapeSeries
GET/api/v1/agents/{id}/seriesanyagentHandler.Series
POST/api/v1/agents/{id}/shell/inputadminagentHandler.ShellInput
GET/api/v1/agents/{id}/shell/sessionsanyagentHandler.ShellSessions
GET/api/v1/agents/{id}/shell/sessions/{sessionID}anyagentHandler.ShellTranscript
POST/api/v1/agents/{id}/shell/ticketadminagentHandler.ShellTicket
GET/api/v1/agents/access/historyadminagentHandler.GrantHistory
GET/api/v1/agents/access/overviewadminagentHandler.AccessOverview
GET/api/v1/agents/access/reportadminagentHandler.AccessReport
GET/api/v1/agents/audit/verifyanyagentHandler.VerifyAudit
GET/api/v1/agents/collectors/libraryanyagentCollectorsHandler.Library
GET/api/v1/agents/commandsanyagentHandler.ListCommandDefs
POST/api/v1/agents/commandsengineeragentHandler.SaveCommandDef
DELETE/api/v1/agents/commands/{defID}engineeragentHandler.DeleteCommandDef
PUT/api/v1/agents/commands/{defID}engineeragentHandler.SaveCommandDef
GET/api/v1/agents/commands/libraryanyagentHandler.CommandLibrary
POST/api/v1/agents/commands/previewanyagentHandler.PreviewCommand
GET/api/v1/agents/coverageanyagentCollectorsHandler.FleetCoverage
GET/api/v1/agents/coverage/cataloganyagentCollectorsHandler.ServiceCatalog
POST/api/v1/agents/device/approveadminagentHandler.DeviceApprove
GET/api/v1/agents/driftanyagentHandler.VersionDrift
POST/api/v1/agents/execengineeragentHandler.FleetExec
GET/api/v1/agents/file-watchesanyagentCollectorsHandler.ListFileWatches
POST/api/v1/agents/file-watchesengineeragentCollectorsHandler.SaveFileWatch
DELETE/api/v1/agents/file-watches/{watchID}engineeragentCollectorsHandler.DeleteFileWatch
PUT/api/v1/agents/file-watches/{watchID}engineeragentCollectorsHandler.SaveFileWatch
GET/api/v1/agents/grantsadminagentHandler.ListGrants
POST/api/v1/agents/grantsadminagentHandler.SaveGrant
DELETE/api/v1/agents/grants/{grantID}adminagentHandler.DeleteGrant
PUT/api/v1/agents/grants/{grantID}adminagentHandler.SaveGrant
GET/api/v1/agents/health-specsanyagentCollectorsHandler.ListHealthSpecs
POST/api/v1/agents/health-specsengineeragentCollectorsHandler.SaveHealthSpec
DELETE/api/v1/agents/health-specs/{specID}engineeragentCollectorsHandler.DeleteHealthSpec
GET/api/v1/agents/log-watchesanyagentCollectorsHandler.ListLogWatches
POST/api/v1/agents/log-watchesengineeragentCollectorsHandler.SaveLogWatch
DELETE/api/v1/agents/log-watches/{watchID}engineeragentCollectorsHandler.DeleteLogWatch
PUT/api/v1/agents/log-watches/{watchID}engineeragentCollectorsHandler.SaveLogWatch
GET/api/v1/agents/meshanyagentCollectorsHandler.Mesh
GET/api/v1/agents/observedanyagentHandler.ObservedVersions
GET/api/v1/agents/probesanyagentHandler.ListProbes
POST/api/v1/agents/probesengineeragentHandler.SaveProbe
DELETE/api/v1/agents/probes/{probeID}engineeragentHandler.DeleteProbe
PUT/api/v1/agents/probes/{probeID}engineeragentHandler.SaveProbe
GET/api/v1/agents/probes/{probeID}/resultsanyagentHandler.ProbeResults
GET/api/v1/agents/probes/{probeID}/seriesanyagentHandler.ProbeSeries
GET/api/v1/agents/rolloutsanyagentCollectorsHandler.ListRollouts
POST/api/v1/agents/rolloutsengineeragentCollectorsHandler.StartRollout
POST/api/v1/agents/rollouts/{rolloutID}/haltengineeragentCollectorsHandler.HaltRollout
GET/api/v1/agents/rollouts/plananyagentCollectorsHandler.PlanRollout
GET/api/v1/agents/rulesanyagentHandler.ListRules
POST/api/v1/agents/rulesengineeragentHandler.SaveRule
DELETE/api/v1/agents/rules/{ruleID}engineeragentHandler.DeleteRule
PUT/api/v1/agents/rules/{ruleID}engineeragentHandler.SaveRule
GET/api/v1/agents/rules/libraryanyagentHandler.RuleLibrary
GET/api/v1/agents/scrapesanyagentCollectorsHandler.ListScrapes
POST/api/v1/agents/scrapesengineeragentCollectorsHandler.SaveScrape
DELETE/api/v1/agents/scrapes/{specID}engineeragentCollectorsHandler.DeleteScrape
PUT/api/v1/agents/scrapes/{specID}engineeragentCollectorsHandler.SaveScrape
GET/api/v1/agents/silencesanyagentHandler.ListSilences
POST/api/v1/agents/silencesengineeragentHandler.SaveSilence
DELETE/api/v1/agents/silences/{silenceID}engineeragentHandler.ExpireSilence
PUT/api/v1/agents/silences/{silenceID}engineeragentHandler.SaveSilence
GET/api/v1/agents/tokensadminagentHandler.ListTokens
POST/api/v1/agents/tokensadminagentHandler.CreateToken
DELETE/api/v1/agents/tokens/{id}adminagentHandler.RevokeToken

dwh

MethodPathRoleHandler
GET/api/v1/dwh/alert-rulesanydwhHandler.ListAlertRules
POST/api/v1/dwh/alert-rulesengineerdwhHandler.CreateAlertRule
DELETE/api/v1/dwh/alert-rules/{id}admindwhHandler.DeleteAlertRule
PUT/api/v1/dwh/alert-rules/{id}engineerdwhHandler.UpdateAlertRule
GET/api/v1/dwh/alert-rules/{id}/evaluationsanydwhHandler.ListAlertRuleEvaluations
POST/api/v1/dwh/alert-rules/{id}/runengineerdwhHandler.RunAlertRuleNow
POST/api/v1/dwh/alert-rules/{id}/silenceengineerdwhHandler.SilenceAlertRule
GET/api/v1/dwh/alert-rules/{id}/subjectsanydwhHandler.RuleSubjects
POST/api/v1/dwh/alert-rules/{id}/test-fireengineerdwhHandler.TestFireAlertRule
PATCH/api/v1/dwh/alert-rules/{id}/toggleengineerdwhHandler.ToggleAlertRule
GET/api/v1/dwh/alert-rules/healthanydwhHandler.RuleHealth
POST/api/v1/dwh/alert-rules/previewengineerdwhHandler.PreviewAlertRule
GET/api/v1/dwh/auditanydwhAdvancedHandler.Audit
GET/api/v1/dwh/connectionsanydwhHandler.ListConnections
POST/api/v1/dwh/connectionsengineerdwhHandler.CreateConnection
DELETE/api/v1/dwh/connections/{id}admindwhHandler.DeleteConnection
PUT/api/v1/dwh/connections/{id}engineerdwhHandler.UpdateConnection
GET/api/v1/dwh/connections/{id}/databasesanydwhHandler.ListConnectionDatabases
POST/api/v1/dwh/connections/{id}/queryengineerdwhHandler.RunQuery
GET/api/v1/dwh/connections/{id}/schemaanydwhHandler.ListConnectionSchema
POST/api/v1/dwh/connections/{id}/testengineerdwhHandler.TestConnection
GET/api/v1/dwh/costanydwhAdvancedHandler.Cost
GET/api/v1/dwh/dashboardsanydwhAdvancedHandler.ListDashboards
POST/api/v1/dwh/dashboardsengineerdwhAdvancedHandler.CreateDashboard
DELETE/api/v1/dwh/dashboards/{id}engineerdwhAdvancedHandler.DeleteDashboard
GET/api/v1/dwh/dashboards/{id}anydwhAdvancedHandler.GetDashboard
PATCH/api/v1/dwh/dashboards/{id}engineerdwhAdvancedHandler.UpdateDashboard
POST/api/v1/dwh/dashboards/{id}/tilesengineerdwhAdvancedHandler.CreateTile
DELETE/api/v1/dwh/dashboards/{id}/tiles/{tileId}engineerdwhAdvancedHandler.DeleteTile
PATCH/api/v1/dwh/dashboards/{id}/tiles/{tileId}engineerdwhAdvancedHandler.UpdateTile
POST/api/v1/dwh/discover/databasesengineerdwhHandler.DiscoverDatabases
GET/api/v1/dwh/lineageanydwhAdvancedHandler.Lineage
GET/api/v1/dwh/qualityanydwhAdvancedHandler.ListQuality
POST/api/v1/dwh/qualityengineerdwhAdvancedHandler.CreateQuality
DELETE/api/v1/dwh/quality/{id}engineerdwhAdvancedHandler.DeleteQuality
GET/api/v1/dwh/quality/{id}anydwhAdvancedHandler.GetQuality
PATCH/api/v1/dwh/quality/{id}engineerdwhAdvancedHandler.UpdateQuality
POST/api/v1/dwh/quality/{id}/runengineerdwhAdvancedHandler.RunQualityNow
GET/api/v1/dwh/quality/{id}/runsanydwhAdvancedHandler.ListQualityRuns
GET/api/v1/dwh/reportsanysaasReportHandler.List
POST/api/v1/dwh/reportsengineersaasReportHandler.Create
DELETE/api/v1/dwh/reports/{id}adminsaasReportHandler.Delete
GET/api/v1/dwh/reports/{id}anysaasReportHandler.Get
PUT/api/v1/dwh/reports/{id}engineersaasReportHandler.Update
POST/api/v1/dwh/reports/{id}/runengineersaasReportHandler.Run
GET/api/v1/dwh/reports/{id}/runsanysaasReportHandler.ListRuns
POST/api/v1/dwh/reports/{id}/testengineersaasReportHandler.Test
GET/api/v1/dwh/reports/{id}/versionsanysaasReportHandler.ListVersions
POST/api/v1/dwh/reports/{id}/versions/{versionId}/restoreengineersaasReportHandler.RestoreVersion
GET/api/v1/dwh/reports/cataloganysaasReportHandler.ListCatalog
POST/api/v1/dwh/reports/catalogengineersaasReportHandler.CreateCatalog
DELETE/api/v1/dwh/reports/catalog/{id}engineersaasReportHandler.DeleteCatalog
PUT/api/v1/dwh/reports/catalog/{id}engineersaasReportHandler.UpdateCatalog
GET/api/v1/dwh/reports/libraryanysaasReportHandler.Library
POST/api/v1/dwh/reports/previewengineersaasReportHandler.Preview
GET/api/v1/dwh/reports/templateanysaasReportHandler.Template
GET/api/v1/dwh/saved-queriesanydwhHandler.ListSavedQueries
POST/api/v1/dwh/saved-queriesengineerdwhHandler.CreateSavedQuery
DELETE/api/v1/dwh/saved-queries/{id}engineerdwhHandler.DeleteSavedQuery
PUT/api/v1/dwh/saved-queries/{id}engineerdwhHandler.UpdateSavedQuery
GET/api/v1/dwh/scheduledanydwhAdvancedHandler.ListScheduled
POST/api/v1/dwh/scheduledengineerdwhAdvancedHandler.CreateScheduled
DELETE/api/v1/dwh/scheduled/{id}engineerdwhAdvancedHandler.DeleteScheduled
GET/api/v1/dwh/scheduled/{id}anydwhAdvancedHandler.GetScheduled
PATCH/api/v1/dwh/scheduled/{id}engineerdwhAdvancedHandler.UpdateScheduled
POST/api/v1/dwh/scheduled/{id}/runengineerdwhAdvancedHandler.RunScheduledNow
GET/api/v1/dwh/scheduled/{id}/runsanydwhAdvancedHandler.ListScheduledRuns
GET/api/v1/dwh/superset/chartsanydwhHandler.ListSupersetCharts
GET/api/v1/dwh/superset/dashboardsanydwhHandler.ListSupersetDashboards
GET/api/v1/dwh/superset/dashboards/{id}/datasetsanydwhHandler.ListDashboardDatasets
GET/api/v1/dwh/superset/dashboards/{id}/filtersanydwhHandler.GetDashboardFilters
GET/api/v1/dwh/superset/databasesanydwhHandler.ListSupersetDatabases
POST/api/v1/dwh/superset/databases/discoverengineerdwhHandler.DiscoverSupersetDatabases
GET/api/v1/dwh/superset/datasetsanydwhHandler.ListSupersetDatasets
GET/api/v1/dwh/superset/datasets/{id}anydwhHandler.GetDatasetDetail
POST/api/v1/dwh/superset/datasets/{id}/dataengineerdwhHandler.GetDatasetData
POST/api/v1/dwh/superset/guest-tokenengineerdwhHandler.SupersetGuestToken
POST/api/v1/dwh/superset/queryengineerdwhHandler.SupersetQuery
POST/api/v1/dwh/tiles/{tileId}/runanydwhAdvancedHandler.RunTile

copilot

MethodPathRoleHandler
POST/api/v1/copilot/actions/executeengineercopilotHandler.ExecuteAction
GET/api/v1/copilot/agentsengineercopilotHandler.ListAgents
POST/api/v1/copilot/agentsadmincopilotHandler.CreateAgent
DELETE/api/v1/copilot/agents/{id}admincopilotHandler.DeleteAgent
PUT/api/v1/copilot/agents/{id}admincopilotHandler.UpdateAgent
POST/api/v1/copilot/agents/{id}/resetadmincopilotHandler.ResetAgent
GET/api/v1/copilot/auditadmincopilotHandler.ListAudit
POST/api/v1/copilot/chatengineercopilotHandler.Chat
GET/api/v1/copilot/conversationsengineercopilotHandler.ListConversations
DELETE/api/v1/copilot/conversations/{id}engineercopilotHandler.DeleteConversation
GET/api/v1/copilot/conversations/{id}engineercopilotHandler.GetConversation
PATCH/api/v1/copilot/conversations/{id}engineercopilotHandler.RenameConversation
GET/api/v1/copilot/conversations/{id}/traceengineercopilotHandler.ConversationTrace
GET/api/v1/copilot/doc-sourcesanycopilotHandler.ListDocSources
POST/api/v1/copilot/doc-sourcesengineercopilotHandler.CreateDocSource
DELETE/api/v1/copilot/doc-sources/{id}engineercopilotHandler.DeleteDocSource
PATCH/api/v1/copilot/doc-sources/{id}engineercopilotHandler.UpdateDocSource
POST/api/v1/copilot/doc-sources/{id}/crawlengineercopilotHandler.CrawlDocSource
GET/api/v1/copilot/doc-sources/{id}/runsanycopilotHandler.ListDocRuns
POST/api/v1/copilot/feedbackengineercopilotHandler.SubmitFeedback
GET/api/v1/copilot/github/reposengineercopilotHandler.ListGithubRepos
GET/api/v1/copilot/github/statusengineercopilotHandler.GithubStatus
POST/api/v1/copilot/knowledge/learnadmincopilotHandler.LearnKnowledge
GET/api/v1/copilot/knowledge/statusengineercopilotHandler.KnowledgeStatus
POST/api/v1/copilot/knowledge/uploadadmincopilotHandler.UploadKBFile
POST/api/v1/copilot/max/connectadmincopilotHandler.ConnectMax
POST/api/v1/copilot/max/disconnectadmincopilotHandler.DisconnectMax
GET/api/v1/copilot/max/statusadmincopilotHandler.MaxAuthStatus
POST/api/v1/copilot/max/testadmincopilotHandler.TestMaxAuth
GET/api/v1/copilot/mcpadmincopilotHandler.ListMCPServers
POST/api/v1/copilot/mcpadmincopilotHandler.CreateMCPServer
DELETE/api/v1/copilot/mcp/{id}admincopilotHandler.DeleteMCPServer
PUT/api/v1/copilot/mcp/{id}admincopilotHandler.UpdateMCPServer
GET/api/v1/copilot/memoryengineercopilotHandler.ListMemory
POST/api/v1/copilot/memoryengineercopilotHandler.AddMemory
DELETE/api/v1/copilot/memory/{id}engineercopilotHandler.DeleteMemory
GET/api/v1/copilot/modelsanycopilotHandler.ListModels
GET/api/v1/copilot/pr-reviewsengineercopilotHandler.ListPRReviews
GET/api/v1/copilot/pr-reviews/{id}engineercopilotHandler.GetPRReview
POST/api/v1/copilot/pr-reviews/{id}/findings/{idx}engineercopilotHandler.SetPRFindingStatus
POST/api/v1/copilot/pr-reviews/{id}/findings/{idx}/jiraengineercopilotHandler.CreateJiraFromFinding
POST/api/v1/copilot/pr-reviews/autoadmincopilotHandler.SetPRReviewAuto
POST/api/v1/copilot/pr-reviews/configadmincopilotHandler.SetPRReviewConfig
GET/api/v1/copilot/pr-reviews/historyengineercopilotHandler.PRReviewHistory
POST/api/v1/copilot/pr-reviews/reviewengineercopilotHandler.ReviewPR
POST/api/v1/copilot/pr-reviews/scanengineercopilotHandler.ScanPRReviews
GET/api/v1/copilot/pr-reviews/statsengineercopilotHandler.PRReviewStats
POST/api/v1/copilot/pr-reviews/webhook/rotateadmincopilotHandler.RotatePRReviewWebhook
POST/api/v1/copilot/runsengineercopilotHandler.StartRun
GET/api/v1/copilot/runs/{id}engineercopilotHandler.GetRun
POST/api/v1/copilot/runs/{id}/cancelengineercopilotHandler.CancelRun
GET/api/v1/copilot/runs/{id}/eventsengineercopilotHandler.RunEvents
GET/api/v1/copilot/settingsanycopilotHandler.GetSettings
PUT/api/v1/copilot/settingsadmincopilotHandler.SaveSettings
GET/api/v1/copilot/settings/revealadmincopilotHandler.RevealSecret
POST/api/v1/copilot/slack/commandanycopilotHandler.SlackCommand
GET/api/v1/copilot/usageengineercopilotHandler.GetUsage

cloudflare

MethodPathRoleHandler
GET/api/v1/cloudflare/alert-rulesanydatasourceAlertHandler.ListCFRules
POST/api/v1/cloudflare/alert-rulesengineerdatasourceAlertHandler.CreateCFRule
DELETE/api/v1/cloudflare/alert-rules/{id}admindatasourceAlertHandler.DeleteCFRule
PUT/api/v1/cloudflare/alert-rules/{id}engineerdatasourceAlertHandler.UpdateCFRule
PATCH/api/v1/cloudflare/alert-rules/{id}/toggleengineerdatasourceAlertHandler.ToggleCFRule
GET/api/v1/cloudflare/analyticsanycloudflareHandler.GetAnalytics
GET/api/v1/cloudflare/botsanycloudflareHandler.GetBots
GET/api/v1/cloudflare/configanycloudflareHandler.GetConfig
GET/api/v1/cloudflare/dnsanycloudflareHandler.GetDNS
GET/api/v1/cloudflare/endpoint-guardsanycloudflareHandler.ListEndpointGuards
PUT/api/v1/cloudflare/endpoint-guardsengineercloudflareHandler.UpsertEndpointGuard
DELETE/api/v1/cloudflare/endpoint-guards/{id}engineercloudflareHandler.DeleteEndpointGuard
GET/api/v1/cloudflare/endpoint-guards/{id}/baselinesanycloudflareHandler.EndpointGuardBaselines
DELETE/api/v1/cloudflare/endpoint-guards/{id}/baselines/{baselineId}engineercloudflareHandler.DeleteEndpointBaseline
PATCH/api/v1/cloudflare/endpoint-guards/{id}/baselines/{baselineId}engineercloudflareHandler.UpdateEndpointBaseline
GET/api/v1/cloudflare/endpoint-guards/{id}/baselines/historyanycloudflareHandler.EndpointBaselineHistory
POST/api/v1/cloudflare/endpoint-guards/{id}/baselines/learnengineercloudflareHandler.LearnEndpointBaselines
POST/api/v1/cloudflare/endpoint-guards/{id}/evaluateengineercloudflareHandler.EvaluateEndpointGuard
GET/api/v1/cloudflare/endpoint-guards/{id}/statesanycloudflareHandler.EndpointGuardStates
GET/api/v1/cloudflare/endpoint-guards/{id}/triageanycloudflareHandler.EndpointTriageLog
GET/api/v1/cloudflare/endpoint-guards/{id}/triage/{entry}anycloudflareHandler.EndpointTriageEntry
GET/api/v1/cloudflare/exportanycloudflareHandler.ExportAnalytics
GET/api/v1/cloudflare/firewallanycloudflareHandler.GetFirewall
GET/api/v1/cloudflare/historyanycloudflareHandler.GetHistorySnapshot
GET/api/v1/cloudflare/history/rangeanycloudflareHandler.GetHistoryRange
GET/api/v1/cloudflare/latency-probeadmincloudflareHandler.LatencyProbe
GET/api/v1/cloudflare/lb-changesanycloudflareHandler.LBChanges
POST/api/v1/cloudflare/lb-changes/{id}/revertengineercloudflareHandler.RevertLBChange
POST/api/v1/cloudflare/lb-pollanycloudflareHandler.LBPoll
GET/api/v1/cloudflare/load-balancersanycloudflareHandler.LoadBalancers
PATCH/api/v1/cloudflare/load-balancers/{lbId}/pool-weightengineercloudflareHandler.SetPoolWeight
GET/api/v1/cloudflare/load-balancing/analyticsanycloudflareHandler.LBAnalytics
GET/api/v1/cloudflare/load-balancing/analytics/geoanycloudflareHandler.LBGeo
GET/api/v1/cloudflare/load-balancing/analytics/routinganycloudflareHandler.LBRouting
GET/api/v1/cloudflare/overviewanycloudflareHandler.GetOverview
PATCH/api/v1/cloudflare/pools/{poolId}/originsengineercloudflareHandler.SetOriginWeight
GET/api/v1/cloudflare/rollupanycloudflareHandler.GetRollup
GET/api/v1/cloudflare/rumanycloudflareHandler.GetRUM
GET/api/v1/cloudflare/saved-inspectorsanycfSavedInspectorHandler.List
POST/api/v1/cloudflare/saved-inspectorsengineercfSavedInspectorHandler.Create
DELETE/api/v1/cloudflare/saved-inspectors/{id}engineercfSavedInspectorHandler.Delete
POST/api/v1/cloudflare/test-connectionengineercloudflareHandler.TestConnection
GET/api/v1/cloudflare/url-inspectoranycloudflareHandler.GetURLInspector
GET/api/v1/cloudflare/workersanycloudflareHandler.GetWorkers
GET/api/v1/cloudflare/zoneanycloudflareHandler.GetZone

jenkins

MethodPathRoleHandler
GET/api/v1/jenkins/buildsanyjenkinsHandler.ListRecentBuilds
GET/api/v1/jenkins/doraanyjenkinsHandler.DORA
GET/api/v1/jenkins/gateanyjenkinsHandler.Gate
GET/api/v1/jenkins/inboxanyjenkinsHandler.ApprovalInbox
GET/api/v1/jenkins/integrationsanyjenkinsHandler.ListIntegrations
POST/api/v1/jenkins/integrationsengineerjenkinsHandler.CreateIntegration
DELETE/api/v1/jenkins/integrations/{id}adminjenkinsHandler.DeleteIntegration
PATCH/api/v1/jenkins/integrations/{id}engineerjenkinsHandler.UpdateIntegration
GET/api/v1/jenkins/integrations/{id}/automap-previewanyjenkinsHandler.AutoMapPreview
GET/api/v1/jenkins/integrations/{id}/branchesanyjenkinsHandler.Branches
GET/api/v1/jenkins/integrations/{id}/buildsanyjenkinsHandler.ListBuildsByJob
POST/api/v1/jenkins/integrations/{id}/builds/{num}/abortengineerjenkinsHandler.AbortBuild
POST/api/v1/jenkins/integrations/{id}/builds/{num}/approveengineerjenkinsHandler.ApproveInput
GET/api/v1/jenkins/integrations/{id}/builds/{num}/artifactsanyjenkinsHandler.BuildArtifacts
GET/api/v1/jenkins/integrations/{id}/builds/{num}/changesanyjenkinsHandler.BuildChanges
GET/api/v1/jenkins/integrations/{id}/builds/{num}/consoleanyjenkinsHandler.ConsoleLog
POST/api/v1/jenkins/integrations/{id}/builds/{num}/descriptionengineerjenkinsHandler.SetBuildDescription
GET/api/v1/jenkins/integrations/{id}/builds/{num}/explainanyjenkinsHandler.ExplainFailure
POST/api/v1/jenkins/integrations/{id}/builds/{num}/rebuildengineerjenkinsHandler.Rebuild
POST/api/v1/jenkins/integrations/{id}/builds/{num}/refreshanyjenkinsHandler.RefreshBuild
GET/api/v1/jenkins/integrations/{id}/builds/{num}/stagesanyjenkinsHandler.BuildStages
GET/api/v1/jenkins/integrations/{id}/builds/{num}/testsanyjenkinsHandler.TestReport
GET/api/v1/jenkins/integrations/{id}/compare-buildsanyjenkinsHandler.CompareBuilds
GET/api/v1/jenkins/integrations/{id}/job-analyticsanyjenkinsHandler.JobAnalytics
POST/api/v1/jenkins/integrations/{id}/job-enabledengineerjenkinsHandler.SetJobEnabled
GET/api/v1/jenkins/integrations/{id}/job-parametersanyjenkinsHandler.JobParameters
GET/api/v1/jenkins/integrations/{id}/jobsanyjenkinsHandler.ListJobs
GET/api/v1/jenkins/integrations/{id}/nodesanyjenkinsHandler.Nodes
GET/api/v1/jenkins/integrations/{id}/queueanyjenkinsHandler.Queue
GET/api/v1/jenkins/integrations/{id}/scheduledanyjenkinsHandler.ScheduledJobs
POST/api/v1/jenkins/integrations/{id}/syncengineerjenkinsHandler.SyncJobs
POST/api/v1/jenkins/integrations/{id}/testanyjenkinsHandler.TestConnection
POST/api/v1/jenkins/integrations/{id}/triggerengineerjenkinsHandler.TriggerJob
POST/api/v1/jenkins/integrations/testengineerjenkinsHandler.TestNewConnection
GET/api/v1/jenkins/jobsanyjenkinsHandler.ListAllJobs
GET/api/v1/jenkins/mappingsanyjenkinsHandler.ListMappings
POST/api/v1/jenkins/mappingsengineerjenkinsHandler.UpsertMapping
DELETE/api/v1/jenkins/mappings/{id}engineerjenkinsHandler.DeleteMapping
POST/api/v1/jenkins/notify/{id}anyjenkinsHandler.Notify
POST/api/v1/jenkins/services/{id}/{role}engineerjenkinsHandler.DeployForService
GET/api/v1/jenkins/services/{id}/buildsanyjenkinsHandler.ListBuildsByService

deployments

MethodPathRoleHandler
GET/api/v1/deploymentsanydeploymentHandler.List
DELETE/api/v1/deployments/annotations/{id}engineerreleaseAnalyticsHandler.DeleteAnnotation
GET/api/v1/deployments/approval-settingsanydeploySafetyHandler.GetApprovalSettings
PUT/api/v1/deployments/approval-settingsadmindeploySafetyHandler.UpdateApprovalSettings
GET/api/v1/deployments/approvalsanydeploySafetyHandler.ListApprovals
POST/api/v1/deployments/approvalsengineerdeploySafetyHandler.RequestApproval
POST/api/v1/deployments/approvals/{id}/decideadmindeploySafetyHandler.DecideApproval
GET/api/v1/deployments/compareanyreleaseAnalyticsHandler.Compare
GET/api/v1/deployments/env-matrixanyreleaseAnalyticsHandler.EnvMatrix
GET/api/v1/deployments/fleetanydeployFleetHandler.View
POST/api/v1/deployments/fleet/runs/{id}/known-badengineerdeployFleetHandler.MarkRun
POST/api/v1/deployments/fleet/targetsadmindeployFleetHandler.UpsertTarget
DELETE/api/v1/deployments/fleet/targets/{id}admindeployFleetHandler.DeleteTarget
POST/api/v1/deployments/fleet/targets/{id}/rollbackengineerdeployFleetHandler.Rollback
GET/api/v1/deployments/fleet/targets/{id}/runsanydeployFleetHandler.TargetHistory
GET/api/v1/deployments/heatmapanyreleaseAnalyticsHandler.Heatmap
GET/api/v1/deployments/last-goodanyreleaseAnalyticsHandler.LastGood
GET/api/v1/deployments/pipeline-setupanypipelinePickerHandler.List
PUT/api/v1/deployments/pipeline-setupengineerpipelinePickerHandler.SetMarks
POST/api/v1/deployments/pipeline-setup/syncengineerpipelinePickerHandler.Resync
GET/api/v1/deployments/pipelinesanydeployPipelineHandler.ListPipelines
POST/api/v1/deployments/pipelinesengineerdeployPipelineHandler.CreatePipeline
DELETE/api/v1/deployments/pipelines/{id}admindeployPipelineHandler.DeletePipeline
GET/api/v1/deployments/pipelines/{id}anydeployPipelineHandler.GetPipeline
PUT/api/v1/deployments/pipelines/{id}engineerdeployPipelineHandler.UpdatePipeline
POST/api/v1/deployments/pipelines/{id}/runengineerdeployPipelineHandler.RunPipeline
GET/api/v1/deployments/regressionanyreleaseAnalyticsHandler.Regression
GET/api/v1/deployments/runsanydeployPipelineHandler.ListRuns
GET/api/v1/deployments/runs/{id}anydeployPipelineHandler.GetRun
POST/api/v1/deployments/runs/{id}/cancelengineerdeployPipelineHandler.CancelRun
POST/api/v1/deployments/runs/{id}/promoteengineerdeployPipelineHandler.PromoteRun
GET/api/v1/deployments/setupanydeploySetupHandler.Report
GET/api/v1/deployments/setup/classify-pipelinesanydeploySetupHandler.ClassifyPipelines
POST/api/v1/deployments/setup/classify-pipelinesadmindeploySetupHandler.ClassifyPipelines
GET/api/v1/deployments/setup/confirm-serversanydeploySetupHandler.ConfirmServers
POST/api/v1/deployments/setup/confirm-serversadmindeploySetupHandler.ConfirmServers
GET/api/v1/deployments/setup/detect-environmentsanydeploySetupHandler.DetectEnvironments
POST/api/v1/deployments/setup/detect-environmentsadmindeploySetupHandler.DetectEnvironments
POST/api/v1/deployments/setup/dismissadmindeploySetupHandler.Dismiss

errors

MethodPathRoleHandler
GET/api/v1/errors/correlationsanyerrorPatternHandler.ListCorrelations
POST/api/v1/errors/eventsengineererrorTrackingHandler.Ingest
GET/api/v1/errors/ingest-keysadminwebIngestKeyHandler.List
POST/api/v1/errors/ingest-keysadminwebIngestKeyHandler.Create
DELETE/api/v1/errors/ingest-keys/{id}adminwebIngestKeyHandler.Revoke
GET/api/v1/errors/issuesanyerrorTrackingHandler.ListIssues
GET/api/v1/errors/issues/{id}anyerrorTrackingHandler.GetIssue
PATCH/api/v1/errors/issues/{id}engineererrorTrackingHandler.UpdateIssue
GET/api/v1/errors/issues/{id}/affected-usersanyerrorTrackingHandler.AffectedUsers
GET/api/v1/errors/issues/{id}/commentsanyerrorTrackingHandler.ListComments
POST/api/v1/errors/issues/{id}/commentsengineererrorTrackingHandler.AddComment
GET/api/v1/errors/issues/{id}/releasesanyerrorTrackingHandler.ReleaseBreakdown
GET/api/v1/errors/issues/{id}/traceanyerrorTrackingHandler.GetTrace
POST/api/v1/errors/issues/bulkengineererrorTrackingHandler.BulkUpdate
GET/api/v1/errors/network-failuresanynetworkFailuresHandler.Get
GET/api/v1/errors/patternsanyerrorPatternHandler.List
POST/api/v1/errors/patternsengineererrorPatternHandler.Create
DELETE/api/v1/errors/patterns/{id}engineererrorPatternHandler.Delete
GET/api/v1/errors/patterns/{id}anyerrorPatternHandler.Get
PUT/api/v1/errors/patterns/{id}engineererrorPatternHandler.Update
POST/api/v1/errors/patterns/{id}/rescanengineererrorPatternHandler.Rescan
GET/api/v1/errors/release-diffanyerrorTrackingHandler.ReleaseErrors
GET/api/v1/errors/sourcemapsanyerrorTrackingHandler.ListSourceMaps
DELETE/api/v1/errors/sourcemaps/{id}engineererrorTrackingHandler.DeleteSourceMap

auth

MethodPathRoleHandler
DELETE/api/v1/auth/2faanyauthHandler.Disable2FA
POST/api/v1/auth/2fa/completeanyauthHandler.Complete2FALogin
POST/api/v1/auth/2fa/setupanyauthHandler.Setup2FA
GET/api/v1/auth/2fa/statusanyauthHandler.Get2FAStatus
POST/api/v1/auth/2fa/verifyanyauthHandler.Verify2FA
POST/api/v1/auth/change-passwordanyauthHandler.ChangePassword
POST/api/v1/auth/forgot-passwordpublicauthHandler.ForgotPassword
POST/api/v1/auth/invite/{token}anyorgHandler.AcceptInvitation
POST/api/v1/auth/loginpublicauthHandler.Login
POST/api/v1/auth/logoutpublicauthHandler.Logout
GET/api/v1/auth/meanyauthHandler.Me
POST/api/v1/auth/refreshanyauthHandler.Refresh
POST/api/v1/auth/reset-passwordpublicauthHandler.ResetPassword
POST/api/v1/auth/select-organyauthHandler.SelectOrg
POST/api/v1/auth/signuppublicorgHandler.Signup
GET/api/v1/auth/slackpublicslackOAuthHandler.SlackLogin
GET/api/v1/auth/slack/callbackpublicslackOAuthHandler.SlackCallback
GET/api/v1/auth/ssopublicssoHandler.Login
GET/api/v1/auth/sso/callbackpublicssoHandler.Callback
GET, POST/api/v1/auth/verify-emailanysecurityHardeningHandler.VerifyEmail

enterprise

MethodPathRoleHandler
GET/api/v1/enterprise/approvalsanyenterpriseHandler.ListApprovals
POST/api/v1/enterprise/approvalsanyenterpriseHandler.CreateApproval
POST/api/v1/enterprise/approvals/{id}/decideadminenterpriseHandler.DecideApproval
GET/api/v1/enterprise/dpaanyenterpriseHandler.DPATemplate
POST/api/v1/enterprise/dpa/signownerenterpriseHandler.SignDPA
GET/api/v1/enterprise/org-securityadminenterpriseHandler.GetOrgSecurity
PUT/api/v1/enterprise/org-securityadminenterpriseHandler.UpdateOrgSecurity
GET/api/v1/enterprise/rolesadminenterpriseHandler.ListRoles
POST/api/v1/enterprise/rolesadminenterpriseHandler.CreateRole
DELETE/api/v1/enterprise/roles/{id}adminenterpriseHandler.DeleteRole
PATCH/api/v1/enterprise/roles/{id}adminenterpriseHandler.UpdateRole
DELETE/api/v1/enterprise/roles/{roleId}/users/{userId}adminenterpriseHandler.UnassignRole
POST/api/v1/enterprise/roles/assignadminenterpriseHandler.AssignRole
GET/api/v1/enterprise/sub-processorsanyenterpriseHandler.ListSubProcessors
POST/api/v1/enterprise/sub-processorsadminenterpriseHandler.UpsertSubProcessor
DELETE/api/v1/enterprise/sub-processors/{id}adminenterpriseHandler.DeleteSubProcessor
PUT/api/v1/enterprise/sub-processors/{id}adminenterpriseHandler.UpsertSubProcessor
GET/api/v1/enterprise/tokensadminenterpriseHandler.ListTokens
POST/api/v1/enterprise/tokensadminenterpriseHandler.CreateToken
DELETE/api/v1/enterprise/tokens/{id}adminenterpriseHandler.RevokeToken
POST/api/v1/enterprise/users/{userId}/force-logoutadminenterpriseHandler.ForceLogout

incidents

MethodPathRoleHandler
GET/api/v1/incidentsanyincidentHandler.List
POST/api/v1/incidentsengineerincidentHandler.Create
GET/api/v1/incidents/{id}anyincidentHandler.GetByID
PATCH/api/v1/incidents/{id}engineerincidentHandler.Update
GET/api/v1/incidents/{id}/attributionanyreleaseAnalyticsHandler.Attribution
GET/api/v1/incidents/{id}/escalationanyescalationHandler.GetEscalationStatus
POST/api/v1/incidents/{id}/escalation/ackengineerescalationHandler.AckEscalation
GET/api/v1/incidents/{id}/escalation/timelineanyescAnalyticsHandler.GetTimeline
POST/api/v1/incidents/{id}/eventsengineerincidentHandler.AddEvent
GET/api/v1/incidents/{id}/post-mortemsanypmHandler.ListByIncident
GET/api/v1/incidents/{id}/rolesanyincidentHandler.ListRoles
POST/api/v1/incidents/{id}/rolesengineerincidentHandler.AssignRole
DELETE/api/v1/incidents/{id}/roles/{userId}engineerincidentHandler.RemoveRole
GET/api/v1/incidents/{id}/runbook-runsanyrunbookHandler.ListRunsByIncident
GET/api/v1/incidents/{id}/runbook-suggestionsanyrunbookHandler.Suggestions
POST/api/v1/incidents/{id}/war-room/heartbeatanyincidentHandler.WarRoomHeartbeat
GET/api/v1/incidents/{id}/war-room/presenceanyincidentHandler.WarRoomPresence
GET/api/v1/incidents/statsanyincidentHandler.Stats

releases

MethodPathRoleHandler
GET/api/v1/releasesanyreleaseHandler.List
POST/api/v1/releasesengineerreleaseHandler.Create
GET/api/v1/releases/{id:[0-9a-fA-F-]{36}}anyreleaseHandler.Get
GET/api/v1/releases/{id:[0-9a-fA-F-]{36}}/changeloganyreleaseHandler.Changelog
POST/api/v1/releases/{id:[0-9a-fA-F-]{36}}/deployengineerreleaseHandler.Deploy
DELETE/api/v1/releases/{id:[0-9a-fA-F-]{36}}/deployments/{depId}engineerreleaseHandler.UnlinkDeployment
POST/api/v1/releases/{id:[0-9a-fA-F-]{36}}/deployments/{depId}engineerreleaseHandler.LinkDeployment
POST/api/v1/releases/{id:[0-9a-fA-F-]{36}}/pipelineengineerreleaseHandler.SetPipeline
POST/api/v1/releases/{id:[0-9a-fA-F-]{36}}/releasedengineerreleaseHandler.MarkReleased
POST/api/v1/releases/{id:[0-9a-fA-F-]{36}}/snapshotengineerreleaseHandler.Snapshot
GET/api/v1/releases/audit-ledgeranyreleaseAnalyticsHandler.AuditLedger
GET/api/v1/releases/changeloganydeploySafetyHandler.ReleaseChangelog
GET/api/v1/releases/configanyreleaseHandler.GetConfig
PUT/api/v1/releases/configengineerreleaseHandler.UpdateConfig
GET/api/v1/releases/doraanydeploySafetyHandler.ReleaseDORA
GET/api/v1/releases/notify-configanydeploySafetyHandler.ListReleaseNotify
PUT/api/v1/releases/notify-configengineerdeploySafetyHandler.UpsertReleaseNotify
DELETE/api/v1/releases/notify-config/{env}engineerdeploySafetyHandler.DeleteReleaseNotify
POST/api/v1/releases/syncengineerreleaseHandler.Sync
GET/api/v1/releases/timelineanydeploySafetyHandler.ReleaseTimeline

proxysql

MethodPathRoleHandler
GET/api/v1/proxysql/{id}/actionsanyproxysqlHandler.ListActions
POST/api/v1/proxysql/{id}/actionsadminproxysqlHandler.ProposeAction
POST/api/v1/proxysql/{id}/actions/{aid}/confirmadminproxysqlHandler.ConfirmAction
GET/api/v1/proxysql/{id}/driftanyproxysqlHandler.Drift
GET/api/v1/proxysql/{id}/errorsanyproxysqlHandler.Errors
GET/api/v1/proxysql/{id}/latencyanyproxysqlHandler.Latency
GET/api/v1/proxysql/{id}/lintanyproxysqlHandler.Lint
GET/api/v1/proxysql/{id}/liveengineerproxysqlHandler.Live
GET/api/v1/proxysql/{id}/monitoranyproxysqlHandler.Monitor
GET/api/v1/proxysql/{id}/queriesanyproxysqlHandler.TopQueries
GET/api/v1/proxysql/{id}/timelineanyproxysqlHandler.Timeline
GET/api/v1/proxysql/{id}/write-probeanyproxysqlHandler.WriteProbe
POST/api/v1/proxysql/{id}/write-probe/testengineerproxysqlHandler.TestWriteProbe
GET/api/v1/proxysql/actionsanyproxysqlHandler.ListActions
GET/api/v1/proxysql/actions/verifyanyproxysqlHandler.VerifyLedger
GET/api/v1/proxysql/clusteranyproxysqlHandler.Cluster
GET/api/v1/proxysql/failoveranyproxysqlHandler.Failover
GET/api/v1/proxysql/overviewanyproxysqlHandler.Overview
GET/api/v1/proxysql/shun-historyanyproxysqlHandler.ShunHistory
POST/api/v1/proxysql/test-connectionengineerproxysqlHandler.TestConnection

intelligent-alerts

MethodPathRoleHandler
GET/api/v1/intelligent-alerts/analyticsanyintelligentAlertingHandler.GetAlertAnalytics
GET/api/v1/intelligent-alerts/anomaliesanyintelligentAlertingHandler.GetAnomalies
POST/api/v1/intelligent-alerts/anomalies/detectengineerintelligentAlertingHandler.DetectAnomalies
GET/api/v1/intelligent-alerts/configanyintelligentAlertingHandler.GetAlertConfiguration
PUT/api/v1/intelligent-alerts/configadminintelligentAlertingHandler.UpdateAlertConfiguration
GET/api/v1/intelligent-alerts/correlationsanyintelligentAlertingHandler.GetAlertCorrelations
GET/api/v1/intelligent-alerts/feedbackanyintelligentAlertingHandler.GetAlertFeedback
POST/api/v1/intelligent-alerts/feedbackengineerintelligentAlertingHandler.SubmitFeedback
GET/api/v1/intelligent-alerts/groupsanyintelligentAlertingHandler.GetAlertGroups
POST/api/v1/intelligent-alerts/groupsengineerintelligentAlertingHandler.CreateAlertGroup
DELETE/api/v1/intelligent-alerts/groups/{id}adminintelligentAlertingHandler.DeleteAlertGroup
PATCH/api/v1/intelligent-alerts/groups/{id}engineerintelligentAlertingHandler.UpdateAlertGroup
GET/api/v1/intelligent-alerts/metricsanyintelligentAlertingHandler.GetAlertMetrics
GET/api/v1/intelligent-alerts/patternsanyintelligentAlertingHandler.GetAlertPatterns
GET/api/v1/intelligent-alerts/suppression-rulesanyintelligentAlertingHandler.GetSuppressionRules
POST/api/v1/intelligent-alerts/suppression-rulesengineerintelligentAlertingHandler.CreateSuppressionRule
DELETE/api/v1/intelligent-alerts/suppression-rules/{id}engineerintelligentAlertingHandler.DeleteSuppressionRule
PUT/api/v1/intelligent-alerts/suppression-rules/{id}engineerintelligentAlertingHandler.UpdateSuppressionRule
GET/api/v1/intelligent-alerts/trendsanyintelligentAlertingHandler.GetAlertTrends

anomaly

MethodPathRoleHandler
GET/api/v1/anomaly/backtestanyanomalyHandler.Backtest
GET/api/v1/anomaly/baselinesanyanomalyHandler.ListBaselines
GET/api/v1/anomaly/baselines/{source}/{key}anyanomalyHandler.GetBaseline
POST/api/v1/anomaly/bootstrapengineeranomalyHandler.Bootstrap
GET/api/v1/anomaly/detectionsanyanomalyHandler.ListDetections
POST/api/v1/anomaly/detections/{id}/ackanyanomalyHandler.AckDetection
POST/api/v1/anomaly/detections/{id}/feedbackanyanomalyHandler.Feedback
GET/api/v1/anomaly/engine-settingsanyanomalyHandler.GetEngineSettings
POST/api/v1/anomaly/engine-settingsengineeranomalyHandler.UpsertEngineSettings
GET/api/v1/anomaly/forecastanyanomalyHandler.Forecast
GET/api/v1/anomaly/groupsanyanomalyHandler.ListGroups
GET/api/v1/anomaly/maturity/{source}/{key}anyanomalyHandler.GetMaturity
GET/api/v1/anomaly/recommendationsanyanomalyHandler.ListRecommendations
POST/api/v1/anomaly/recommendations/{id}/acceptengineeranomalyHandler.AcceptRecommendation
POST/api/v1/anomaly/recommendations/{id}/rejectengineeranomalyHandler.RejectRecommendation
POST/api/v1/anomaly/scanengineeranomalyHandler.RunScan
GET/api/v1/anomaly/scan/runsanyanomalyHandler.ListScanRuns
GET/api/v1/anomaly/settingsanyanomalyHandler.ListSettings
POST/api/v1/anomaly/settingsengineeranomalyHandler.UpsertSettings

ga

MethodPathRoleHandler
GET/api/v1/ga/alert-rulesanydatasourceAlertHandler.ListGARules
POST/api/v1/ga/alert-rulesengineerdatasourceAlertHandler.CreateGARule
DELETE/api/v1/ga/alert-rules/{id}admindatasourceAlertHandler.DeleteGARule
PUT/api/v1/ga/alert-rules/{id}engineerdatasourceAlertHandler.UpdateGARule
PATCH/api/v1/ga/alert-rules/{id}/toggleengineerdatasourceAlertHandler.ToggleGARule
GET/api/v1/ga/annotationsanygaHandler.GAAnnotations
POST/api/v1/ga/annotationsengineergaHandler.GACreateAnnotation
DELETE/api/v1/ga/annotations/{id}engineergaHandler.GADeleteAnnotation
GET/api/v1/ga/cohortanygaHandler.GACohort
DELETE/api/v1/ga/connectadmingaHandler.GADisconnect
POST/api/v1/ga/connectadmingaHandler.GAConnect
POST/api/v1/ga/funnelanygaHandler.GAFunnel
GET/api/v1/ga/metadataanygaHandler.GAMetadata
GET/api/v1/ga/overviewanygaHandler.GAOverview
GET/api/v1/ga/pivotanygaHandler.GAPivot
GET/api/v1/ga/realtimeanygaHandler.GARealtime
GET/api/v1/ga/reportanygaHandler.GAReport
GET/api/v1/ga/statusanygaHandler.GAStatus

security

MethodPathRoleHandler
GET/api/v1/security/audit/verifyadminsecurityHardeningHandler.VerifyAuditChain
GET/api/v1/security/backup-codesanysecurityHardeningHandler.BackupCodeStatus
POST/api/v1/security/backup-codesanysecurityHardeningHandler.GenerateBackupCodes
POST/api/v1/security/csp-reportanysecurityHardeningHandler.CSPReport
GET/api/v1/security/csp-violationsadminsecurityHardeningHandler.ListCSPViolations
GET/api/v1/security/findingsanysecurityHandler.List
POST/api/v1/security/findingsengineersecurityHandler.Ingest
PATCH/api/v1/security/findings/{id}/statusengineersecurityHandler.UpdateStatus
POST/api/v1/security/password-checkanysecurityHardeningHandler.CheckPassword
POST/api/v1/security/verify-email/resendanysecurityHardeningHandler.ResendEmailVerification
GET/api/v1/security/webauthn/credentialsanysecurityHardeningHandler.WebAuthnListCreds
DELETE/api/v1/security/webauthn/credentials/{id}anysecurityHardeningHandler.WebAuthnDelete
POST/api/v1/security/webauthn/login/beginanysecurityHardeningHandler.WebAuthnBeginLogin
POST/api/v1/security/webauthn/login/finishanysecurityHardeningHandler.WebAuthnFinishLogin
POST/api/v1/security/webauthn/register/beginanysecurityHardeningHandler.WebAuthnBeginRegister
POST/api/v1/security/webauthn/register/finishanysecurityHardeningHandler.WebAuthnFinishRegister

services

MethodPathRoleHandler
GET/api/v1/servicesanyserviceHandler.List
POST/api/v1/servicesengineerserviceHandler.Create
DELETE/api/v1/services/{id}adminserviceHandler.Delete
GET/api/v1/services/{id}anyserviceHandler.GetByID
PUT/api/v1/services/{id}engineerserviceHandler.Update
POST/api/v1/services/{id}/checkengineerserviceHandler.CheckNow
GET/api/v1/services/{id}/checksanyserviceHandler.ListChecks
GET/api/v1/services/{id}/deploymentsanydeploymentHandler.ListByService
GET/api/v1/services/{id}/latencyanyserviceHandler.GetLatency
GET/api/v1/services/{id}/location-statusanyserviceHandler.GetLocationStatus
GET/api/v1/services/{id}/rulesanyserviceHandler.ListRules
POST/api/v1/services/{id}/rulesengineerserviceHandler.CreateRule
DELETE/api/v1/services/{id}/rules/{ruleId}engineerserviceHandler.DeleteRule
PATCH/api/v1/services/{id}/rules/{ruleId}engineerserviceHandler.UpdateRule
GET/api/v1/services/{id}/uptimeanyserviceHandler.GetUptimeHistory

jira

MethodPathRoleHandler
GET/api/v1/jira/boardsengineercopilotHandler.JiraBoards
GET/api/v1/jira/boards/{id}/epicsengineercopilotHandler.JiraEpics
GET/api/v1/jira/boards/{id}/sprintsengineercopilotHandler.JiraSprints
GET/api/v1/jira/boards/{id}/velocityengineercopilotHandler.JiraVelocity
POST/api/v1/jira/flowengineercopilotHandler.JiraFlow
POST/api/v1/jira/insightsengineercopilotHandler.JiraInsights
POST/api/v1/jira/issuesengineercopilotHandler.JiraCreateIssue
GET/api/v1/jira/issues/{key}engineercopilotHandler.JiraIssue
GET/api/v1/jira/issues/{key}/activityengineercopilotHandler.JiraIssueActivity
GET/api/v1/jira/issues/{key}/transitionsengineercopilotHandler.JiraIssueTransitions
POST/api/v1/jira/issues/{key}/transitionsengineercopilotHandler.JiraDoTransition
GET/api/v1/jira/projectsengineercopilotHandler.JiraProjects
GET/api/v1/jira/projects/{key}/versionsengineercopilotHandler.JiraVersions
POST/api/v1/jira/release-checkengineercopilotHandler.JiraReleaseCheck
GET/api/v1/jira/searchengineercopilotHandler.JiraSearch
GET/api/v1/jira/sprints/{id}/issuesengineercopilotHandler.JiraSprintIssues

schedules

MethodPathRoleHandler
GET/api/v1/schedulesanyonCallHandler.ListSchedules
POST/api/v1/schedulesengineeronCallHandler.CreateSchedule
DELETE/api/v1/schedules/{id}adminonCallHandler.DeleteSchedule
GET/api/v1/schedules/{id}anyonCallHandler.GetSchedule
PUT/api/v1/schedules/{id}engineeronCallHandler.UpdateSchedule
POST/api/v1/schedules/{id}/layersengineeronCallHandler.CreateLayer
DELETE/api/v1/schedules/{id}/layers/{layerId}adminonCallHandler.DeleteLayer
PUT/api/v1/schedules/{id}/layers/{layerId}/usersengineeronCallHandler.SetLayerUsers
GET/api/v1/schedules/{id}/oncallanyonCallHandler.GetOnCall
GET/api/v1/schedules/{id}/oncall.icsanyonCallHandler.OnCallICS
GET/api/v1/schedules/{id}/oncall/upcominganyonCallHandler.UpcomingOnCall
GET/api/v1/schedules/{id}/overridesanyonCallHandler.ListOverrides
POST/api/v1/schedules/{id}/overridesengineeronCallHandler.CreateOverride
DELETE/api/v1/schedules/{id}/overrides/{overrideId}engineeronCallHandler.DeleteOverride

post-mortems

MethodPathRoleHandler
GET/api/v1/post-mortemsanypmHandler.List
POST/api/v1/post-mortemsengineerpmHandler.Create
DELETE/api/v1/post-mortems/{id}adminpmHandler.Delete
GET/api/v1/post-mortems/{id}anypmHandler.GetByID
PATCH/api/v1/post-mortems/{id}engineerpmHandler.Update
GET/api/v1/post-mortems/{id}/action-itemsanypmHandler.ListActionItems
POST/api/v1/post-mortems/{id}/action-itemsengineerpmHandler.CreateActionItem
DELETE/api/v1/post-mortems/{id}/action-items/{actionID}engineerpmHandler.DeleteActionItem
PATCH/api/v1/post-mortems/{id}/action-items/{actionID}engineerpmHandler.UpdateActionItem
GET/api/v1/post-mortems/{id}/auditanypmHandler.Audit
GET/api/v1/post-mortems/{id}/markdownanypmHandler.Markdown
POST/api/v1/post-mortems/{id}/publishengineerpmHandler.Publish
GET/api/v1/post-mortems/action-itemsanypmHandler.OpenActionItems
GET/api/v1/post-mortems/lessonsanypmHandler.Lessons

scim

MethodPathRoleHandler
GET/scim/v2/GroupsanyenterpriseHandler.SCIMListGroups
POST/scim/v2/GroupsanyenterpriseHandler.SCIMCreateGroup
DELETE/scim/v2/Groups/{id}anyenterpriseHandler.SCIMDeleteGroup
GET/scim/v2/Groups/{id}anyenterpriseHandler.SCIMGetGroup
PATCH/scim/v2/Groups/{id}anyenterpriseHandler.SCIMPatchGroup
PUT/scim/v2/Groups/{id}anyenterpriseHandler.SCIMReplaceGroup
GET/scim/v2/ResourceTypesanyenterpriseHandler.SCIMResourceTypes
GET/scim/v2/ServiceProviderConfiganyenterpriseHandler.SCIMServiceProviderConfig
GET/scim/v2/UsersanyenterpriseHandler.SCIMListUsers
POST/scim/v2/UsersanyenterpriseHandler.SCIMCreateUser
DELETE/scim/v2/Users/{id}anyenterpriseHandler.SCIMDeleteUser
GET/scim/v2/Users/{id}anyenterpriseHandler.SCIMGetUser
PATCH/scim/v2/Users/{id}anyenterpriseHandler.SCIMPatchUser
PUT/scim/v2/Users/{id}anyenterpriseHandler.SCIMReplaceUser

orgs

MethodPathRoleHandler
GET/api/v1/orgsanyorgHandler.ListMyProjects
POST/api/v1/orgsanyorgHandler.CreateProject
GET/api/v1/orgs/meanyorgHandler.GetOrg
PATCH/api/v1/orgs/meadminorgHandler.UpdateOrg
GET/api/v1/orgs/me/api-keysadminorgHandler.ListAPIKeys
POST/api/v1/orgs/me/api-keysadminorgHandler.CreateAPIKey
DELETE/api/v1/orgs/me/api-keys/{id}adminorgHandler.DeleteAPIKey
GET/api/v1/orgs/me/invitationsadminorgHandler.ListInvitations
DELETE/api/v1/orgs/me/invitations/{id}adminorgHandler.CancelInvitation
GET/api/v1/orgs/me/membersadminorgHandler.ListMembers
DELETE/api/v1/orgs/me/members/{userId}adminorgHandler.RemoveMember
PATCH/api/v1/orgs/me/members/{userId}/roleadminorgHandler.UpdateMemberRole
POST/api/v1/orgs/me/members/inviteadminorgHandler.InviteUser

elk

MethodPathRoleHandler
GET/api/v1/elk/alert-rulesanydatasourceAlertHandler.ListELKRules
POST/api/v1/elk/alert-rulesengineerdatasourceAlertHandler.CreateELKRule
DELETE/api/v1/elk/alert-rules/{id}admindatasourceAlertHandler.DeleteELKRule
PUT/api/v1/elk/alert-rules/{id}engineerdatasourceAlertHandler.UpdateELKRule
GET/api/v1/elk/errorsanyelkHandler.GetErrors
GET/api/v1/elk/field-valuesanyelkHandler.FieldValues
GET/api/v1/elk/fieldsanyelkHandler.ListFields
GET/api/v1/elk/indicesanyelkHandler.ListIndices
GET/api/v1/elk/integrationanyelkHandler.GetIntegration
GET/api/v1/elk/overviewanyelkHandler.GetOverview
GET/api/v1/elk/searchanyelkHandler.Search
POST/api/v1/elk/test-connectionengineerelkHandler.TestConnection

mysql

MethodPathRoleHandler
GET/api/v1/mysql/{id}/collectorsanymysqlNodeHandler.Collectors
GET/api/v1/mysql/{id}/lintanymysqlNodeHandler.Lint
GET/api/v1/mysql/{id}/liveengineermysqlNodeHandler.Live
GET/api/v1/mysql/{id}/queriesanymysqlNodeHandler.Queries
GET/api/v1/mysql/{id}/replicationanymysqlNodeHandler.Replication
GET/api/v1/mysql/{id}/schemaanymysqlNodeHandler.Schema
GET/api/v1/mysql/{id}/timelineanymysqlNodeHandler.Timeline
GET/api/v1/mysql/consistencyanymysqlNodeHandler.Consistency
GET/api/v1/mysql/overviewanymysqlNodeHandler.Overview
POST/api/v1/mysql/test-connectionengineermysqlNodeHandler.TestConnection
GET/api/v1/mysql/topologyanymysqlNodeHandler.Topology

runbooks

MethodPathRoleHandler
GET/api/v1/runbooksanyrunbookHandler.List
POST/api/v1/runbooksengineerrunbookHandler.Create
DELETE/api/v1/runbooks/{id}adminrunbookHandler.Delete
GET/api/v1/runbooks/{id}anyrunbookHandler.GetByID
PUT/api/v1/runbooks/{id}engineerrunbookHandler.Update
GET/api/v1/runbooks/{id}/runsanyrunbookHandler.ListRuns
POST/api/v1/runbooks/{id}/runsengineerrunbookHandler.StartRun
GET/api/v1/runbooks/{id}/runs/{runId}anyrunbookHandler.GetRun
POST/api/v1/runbooks/{id}/runs/{runId}/completeengineerrunbookHandler.CompleteRun
PATCH/api/v1/runbooks/{id}/runs/{runId}/steps/{stepId}engineerrunbookHandler.UpdateStepState

cost

MethodPathRoleHandler
GET/api/v1/cost/cloudengineercostHandler.CloudSummary
GET/api/v1/cost/connectorsengineercostHandler.ListConnectors
POST/api/v1/cost/connectorsadmincostHandler.CreateConnector
DELETE/api/v1/cost/connectors/{id}admincostHandler.DeleteConnector
PUT/api/v1/cost/connectors/{id}admincostHandler.UpdateConnector
POST/api/v1/cost/connectors/{id}/syncengineercostHandler.SyncConnector
POST/api/v1/cost/connectors/syncengineercostHandler.SyncAllConnectors
GET/api/v1/cost/providersengineercostHandler.ListProviders
POST/api/v1/cost/recordsengineercostHandler.Ingest
GET/api/v1/cost/summaryanycostHandler.Summary

alert-rules

MethodPathRoleHandler
GET/api/v1/alert-rulesanyalertHandler.ListRules
POST/api/v1/alert-rulesengineeralertHandler.CreateRule
DELETE/api/v1/alert-rules/{id}adminalertHandler.DeleteRule
GET/api/v1/alert-rules/{id}anyalertHandler.GetRule
PATCH/api/v1/alert-rules/{id}engineeralertHandler.UpdateRule
POST/api/v1/alert-rules/{id}/cloneengineeralertHandler.CloneRule
GET/api/v1/alert-rules/{id}/metricsanyalertHandler.RuleMetrics
POST/api/v1/alert-rules/{id}/silenceengineeralertHandler.SilenceRule
POST/api/v1/alert-rules/{id}/test-fireengineeralertHandler.TestFireRule

dashboards

MethodPathRoleHandler
GET/api/v1/dashboardsanycustomDashboardHandler.List
POST/api/v1/dashboardsengineercustomDashboardHandler.Create
DELETE/api/v1/dashboards/{id}admincustomDashboardHandler.Delete
GET/api/v1/dashboards/{id}anycustomDashboardHandler.GetByID
PATCH/api/v1/dashboards/{id}engineercustomDashboardHandler.Update
PUT/api/v1/dashboards/{id}/layoutengineercustomDashboardHandler.UpdateLayout
POST/api/v1/dashboards/{id}/widgetsengineercustomDashboardHandler.AddWidget
DELETE/api/v1/dashboards/{id}/widgets/{wid}engineercustomDashboardHandler.DeleteWidget
PATCH/api/v1/dashboards/{id}/widgets/{wid}engineercustomDashboardHandler.UpdateWidget
GET/api/v1/dashboards/widgets/{widgetID}/dataanycustomDashboardHandler.WidgetData

teams

MethodPathRoleHandler
GET/api/v1/teamsanyteamHandler.List
POST/api/v1/teamsengineerteamHandler.Create
DELETE/api/v1/teams/{id}adminteamHandler.Delete
GET/api/v1/teams/{id}anyteamHandler.GetByID
PATCH/api/v1/teams/{id}adminteamHandler.Update
GET/api/v1/teams/{id}/membersanyteamHandler.ListMembers
POST/api/v1/teams/{id}/membersadminteamHandler.AddMember
DELETE/api/v1/teams/{id}/members/{userId}adminteamHandler.RemoveMember
PATCH/api/v1/teams/{id}/members/{userId}/roleadminteamHandler.UpdateMemberRole

deploy-safety

MethodPathRoleHandler
GET/api/v1/deploy-safety/auditanydeploySafetyHandler.ListAudit
GET/api/v1/deploy-safety/environmentsanydeploySafetyHandler.Environments
GET/api/v1/deploy-safety/freezesanydeploySafetyHandler.ListFreezes
POST/api/v1/deploy-safety/freezesengineerdeploySafetyHandler.CreateFreeze
DELETE/api/v1/deploy-safety/freezes/{id}engineerdeploySafetyHandler.DeleteFreeze
GET/api/v1/deploy-safety/gateanydeploySafetyHandler.Gate
GET/api/v1/deploy-safety/smoke-testsanydeploySafetyHandler.ListSmokeConfigs
POST/api/v1/deploy-safety/smoke-testsengineerdeploySafetyHandler.CreateSmokeConfig
DELETE/api/v1/deploy-safety/smoke-tests/{id}engineerdeploySafetyHandler.DeleteSmokeConfig
PATCH/api/v1/deploy-safety/smoke-tests/{id}engineerdeploySafetyHandler.UpdateSmokeConfig

domain-health

MethodPathRoleHandler
GET/api/v1/domain-healthanydomainHealthHandler.Board
GET/api/v1/domain-health/catalogueanydomainHealthHandler.Catalogue
GET/api/v1/domain-health/domainsanydomainHealthHandler.ListDomains
POST/api/v1/domain-health/domainsengineerdomainHealthHandler.SaveDomain
DELETE/api/v1/domain-health/domains/{domain}engineerdomainHealthHandler.DeleteDomain
POST/api/v1/domain-health/ingestanydomainHealthHandler.Ingest
GET/api/v1/domain-health/viewsanydomainHealthHandler.ListViews
POST/api/v1/domain-health/viewsanydomainHealthHandler.SaveView
DELETE/api/v1/domain-health/views/{id}anydomainHealthHandler.DeleteView

synthetic

MethodPathRoleHandler
GET/api/v1/syntheticanysyntheticHandler.List
POST/api/v1/syntheticengineersyntheticHandler.Create
DELETE/api/v1/synthetic/{id}adminsyntheticHandler.Delete
GET/api/v1/synthetic/{id}anysyntheticHandler.GetByID
PATCH/api/v1/synthetic/{id}engineersyntheticHandler.Update
POST/api/v1/synthetic/{id}/runengineersyntheticHandler.RunNow
GET/api/v1/synthetic/{id}/runsanysyntheticHandler.ListRuns
GET/api/v1/synthetic/{id}/runs/{runId}anysyntheticHandler.GetRun

chaos

MethodPathRoleHandler
GET/api/v1/chaosanychaosHandler.List
POST/api/v1/chaosengineerchaosHandler.Create
DELETE/api/v1/chaos/{id}adminchaosHandler.Delete
GET/api/v1/chaos/{id}anychaosHandler.GetByID
PATCH/api/v1/chaos/{id}engineerchaosHandler.Update
POST/api/v1/chaos/{id}/completeengineerchaosHandler.CompleteRun
POST/api/v1/chaos/{id}/runengineerchaosHandler.StartRun
GET/api/v1/chaos/{id}/runsanychaosHandler.ListRuns

changes

MethodPathRoleHandler
GET/api/v1/changesanychangeLedgerHandler.Feed
GET/api/v1/changes/collectorsanychangeLedgerHandler.CollectorHealth
GET/api/v1/changes/config-atanychangeLedgerHandler.ConfigAt
GET/api/v1/changes/config-diffanychangeLedgerHandler.ConfigDiff
GET/api/v1/changes/config-environmentsanychangeLedgerHandler.ConfigEnvironments
GET/api/v1/changes/config-timelineanychangeLedgerHandler.SnapshotTimeline
GET/api/v1/changes/driftanychangeLedgerHandler.DriftList
POST/api/v1/changes/drift/ackengineerchangeLedgerHandler.DriftAck
GET/api/v1/changes/what-changedanychangeLedgerHandler.WhatChanged

webhooks

MethodPathRoleHandler
POST/api/v1/webhooks/github/{orgID}anycopilotHandler.GitHubWebhook
POST/api/v1/webhooks/inbound/{integrationID}anyintegrationHandler.ReceiveWebhook
POST/api/v1/webhooks/metrics/{key}anymetricWebhookHandler.Push
POST/api/v1/webhooks/slack/interactanycallbackHandler.HandleSlackInteraction
POST/api/v1/webhooks/telegramanycallbackHandler.HandleTelegramWebhook
POST/api/v1/webhooks/twilio/voiceanycallbackHandler.HandleTwilioVoiceStatus

channels

MethodPathRoleHandler
GET/api/v1/channelsanychannelHandler.List
POST/api/v1/channelsengineerchannelHandler.Create
DELETE/api/v1/channels/{id}adminchannelHandler.Delete
PATCH/api/v1/channels/{id}engineerchannelHandler.Update
POST/api/v1/channels/{id}/testengineerchannelHandler.Test
GET/api/v1/channels/escalation-settingsanychannelHandler.GetEscalationSettings
PUT/api/v1/channels/escalation-settingsengineerchannelHandler.UpdateEscalationSettings

routing-rules

MethodPathRoleHandler
GET/api/v1/routing-rulesanyescalationHandler.ListRoutingRules
POST/api/v1/routing-rulesadminescalationHandler.CreateRoutingRule
DELETE/api/v1/routing-rules/{id}adminescalationHandler.DeleteRoutingRule
PUT/api/v1/routing-rules/{id}adminescalationHandler.UpdateRoutingRule
PATCH/api/v1/routing-rules/{id}/toggleadminescalationHandler.ToggleRoutingRule
POST/api/v1/routing-rules/reorderadminescalationHandler.ReorderRoutingRules
POST/api/v1/routing-rules/simulateanyescalationHandler.SimulateRouting

environments

MethodPathRoleHandler
GET/api/v1/environmentsanyorgEnvHandler.List
POST/api/v1/environmentsadminorgEnvHandler.Upsert
DELETE/api/v1/environments/{id}adminorgEnvHandler.Delete
GET/api/v1/environments/jenkins-jobsanyorgEnvHandler.JenkinsJobs
PUT/api/v1/environments/jenkins-jobsadminorgEnvHandler.AssignJenkinsJobs
GET/api/v1/environments/reportinganyorgEnvHandler.GetReportingPrefs
PUT/api/v1/environments/reportingadminorgEnvHandler.SetReportingPrefs
POST/api/v1/environments/resolveanyorgEnvHandler.Resolve

workflows

MethodPathRoleHandler
GET/api/v1/workflowsanyworkflowHandler.List
POST/api/v1/workflowsengineerworkflowHandler.Create
DELETE/api/v1/workflows/{id}adminworkflowHandler.Delete
GET/api/v1/workflows/{id}anyworkflowHandler.GetByID
PATCH/api/v1/workflows/{id}engineerworkflowHandler.Update
GET/api/v1/workflows/{id}/runsanyworkflowHandler.ListRuns
POST/api/v1/workflows/{id}/triggerengineerworkflowHandler.TriggerManual

health

MethodPathRoleHandler
GET/healthanyhealthHandler.LivenessHandler
GET/health/dependenciesanyhealthHandler.DependencyCheckHandler
GET/health/detailedanyhealthHandler.DetailedHealthHandler
GET/health/liveanyhealthHandler.LivenessHandler
GET/health/readyanyhealthHandler.ReadinessHandler
GET/health/systemanyhealthHandler.SystemInfoHandler

alerts

MethodPathRoleHandler
GET/api/v1/alertsanyalertHandler.List
GET/api/v1/alerts/{id}anyalertHandler.GetByID
PATCH/api/v1/alerts/{id}engineeralertHandler.UpdateStatus
POST/api/v1/alerts/{id}/acknowledgeengineercallbackHandler.HandleManualAcknowledge
GET/api/v1/alerts/{id}/deliveryanynotificationsHandler.ListByAlert
GET/api/v1/alerts/countsanyalertHandler.Counts

alert-templates

MethodPathRoleHandler
GET/api/v1/alert-templatesanyalertTemplateHandler.List
POST/api/v1/alert-templatesengineeralertTemplateHandler.Create
DELETE/api/v1/alert-templates/{id}adminalertTemplateHandler.Delete
GET/api/v1/alert-templates/{id}anyalertTemplateHandler.GetByID
PATCH/api/v1/alert-templates/{id}engineeralertTemplateHandler.Update
POST/api/v1/alert-templates/{id}/previewanyalertTemplateHandler.Preview
POST/api/v1/alert-templates/previewengineeralertTemplateHandler.PreviewRaw

escalation-policies

MethodPathRoleHandler
GET/api/v1/escalation-policiesanyescalationHandler.ListPolicies
POST/api/v1/escalation-policiesadminescalationHandler.CreatePolicy
DELETE/api/v1/escalation-policies/{id}adminescalationHandler.DeletePolicy
GET/api/v1/escalation-policies/{id}anyescalationHandler.GetPolicy
PUT/api/v1/escalation-policies/{id}adminescalationHandler.UpdatePolicy
PATCH/api/v1/escalation-policies/{id}/toggleadminescalationHandler.TogglePolicy

network

MethodPathRoleHandler
GET/api/v1/network/monitorsanynetworkHandler.ListMonitors
POST/api/v1/network/monitorsengineernetworkHandler.CreateMonitor
DELETE/api/v1/network/monitors/{id}adminnetworkHandler.DeleteMonitor
PUT/api/v1/network/monitors/{id}engineernetworkHandler.UpdateMonitor
GET/api/v1/network/monitors/{id}/probesanynetworkHandler.ListProbes
POST/api/v1/network/probesengineernetworkHandler.IngestProbe

ingest

MethodPathRoleHandler
GET, OPTIONS/ingest/ab-configanyabConfigHandler.Serve
POST, OPTIONS/ingest/ab-uniquesanyabConfigHandler.Uniques
POST, OPTIONS/ingest/sourcemapsanywebIngestHandler.UploadSourceMap
POST, OPTIONS/ingest/spansanywebIngestHandler.IngestSpans
POST, OPTIONS/ingest/web-errorsanywebIngestHandler.Ingest
POST, OPTIONS/ingest/web-sessionsanywebIngestHandler.IngestSession

public

MethodPathRoleHandler
GET/api/v1/public/postmortem/{slug}anypmHandler.GetPublic
GET/api/v1/public/saas-report/{token}anysaasReportHandler.PublicView
GET/api/v1/public/status/{slug}anystatusHandler.GetBySlug
POST/api/v1/public/status/{slug}/subscribeanystatusHandler.Subscribe
GET/api/v1/public/status/unsubscribeanystatusHandler.Unsubscribe

agent

MethodPathRoleHandler
GET/api/v1/agent/connectanyagentHandler.ConnectWS
POST/api/v1/agent/device/pollanyagentHandler.DevicePoll
POST/api/v1/agent/device/startanyagentHandler.DeviceStart
GET/api/v1/agent/shellanyagentHandler.ShellWS
GET/api/v1/agent/shell/streamanyagentHandler.ShellStream
GET/api/v1/agent/ws-checkanyagentHandler.WSCheck

maintenance

MethodPathRoleHandler
GET/api/v1/maintenanceanymaintenanceHandler.List
POST/api/v1/maintenanceengineermaintenanceHandler.Create
DELETE/api/v1/maintenance/{id}adminmaintenanceHandler.Delete
GET/api/v1/maintenance/{id}anymaintenanceHandler.GetByID
PATCH/api/v1/maintenance/{id}engineermaintenanceHandler.Update

analytics

MethodPathRoleHandler
GET/api/v1/analyticsanyanalyticsHandler.Report
GET/api/v1/analytics/escalationanyescAnalyticsHandler.GetReport
GET/api/v1/analytics/escalation/sloanyescAnalyticsHandler.GetSLO
PUT/api/v1/analytics/escalation/sloengineerescAnalyticsHandler.UpdateSLO
GET/api/v1/analytics/exportanyanalyticsHandler.Export

rules

MethodPathRoleHandler
GET/api/v1/rulesanysettingsHandler.Rules
PUT/api/v1/rules/{id}engineersettingsHandler.SetRule
DELETE/api/v1/rules/{id}/acknowledgeengineersettingsHandler.Unacknowledge
POST/api/v1/rules/{id}/acknowledgeengineersettingsHandler.Acknowledge
PUT/api/v1/rules/{id}/runbookengineersettingsHandler.SetRunbook
GET/api/v1/rules/suppressedanysettingsHandler.Suppressed

apm

MethodPathRoleHandler
GET/api/v1/apm/overviewanyapmHandler.Overview
GET/api/v1/apm/servicesanyapmHandler.ServiceStats
POST/api/v1/apm/spansengineerapmHandler.Ingest
GET/api/v1/apm/tracesanyapmHandler.ListTraces
GET/api/v1/apm/traces/{traceId}anyapmHandler.GetTrace

ab-configs

MethodPathRoleHandler
GET/api/v1/ab-configsanyabConfigHandler.Projects
GET/api/v1/ab-configs/{project}anyabConfigHandler.Get
PUT/api/v1/ab-configs/{project}engineerabConfigHandler.Save
POST/api/v1/ab-configs/{project}/simulateanyabConfigHandler.Simulate
GET/api/v1/ab-configs/{project}/statsanyabConfigHandler.Stats
GET/api/v1/ab-configs/{project}/versionsanyabConfigHandler.Versions

slos

MethodPathRoleHandler
GET/api/v1/slosanysloHandler.List
POST/api/v1/slosengineersloHandler.Create
DELETE/api/v1/slos/{id}adminsloHandler.Delete
PATCH/api/v1/slos/{id}engineersloHandler.Update
GET/api/v1/slos/{id}/statusanysloHandler.GetStatus

users

MethodPathRoleHandler
GET/api/v1/usersadminauthHandler.ListUsers
POST/api/v1/usersadminauthHandler.Register
DELETE/api/v1/users/{id}adminauthHandler.DeactivateUser
PATCH/api/v1/users/{id}adminauthHandler.UpdateUser
PATCH/api/v1/users/{id}/roleadminauthHandler.UpdateUserRole

notifications

MethodPathRoleHandler
GET/api/v1/notifications/deliveryengineernotificationsHandler.ListByOrg
POST/api/v1/notifications/delivery/{id}/requeueengineernotificationsHandler.Requeue
GET/api/v1/notifications/delivery/dlqengineernotificationsHandler.ListDLQ
POST/api/v1/notifications/delivery/dlq/requeueadminnotificationsHandler.BulkRequeue
GET/api/v1/notifications/retry-policyanynotificationsHandler.RetryPolicy

integrations

MethodPathRoleHandler
GET/api/v1/integrationsanyintegrationHandler.List
POST/api/v1/integrationsengineerintegrationHandler.Create
DELETE/api/v1/integrations/{id}adminintegrationHandler.Delete
PATCH/api/v1/integrations/{id}engineerintegrationHandler.Update

infisical

MethodPathRoleHandler
GET/api/v1/infisical/driftanyinfisicalHandler.Drift
GET/api/v1/infisical/rotationanyinfisicalHandler.Rotation
GET/api/v1/infisical/secretsanyinfisicalHandler.Secrets
POST/api/v1/infisical/snapshotengineerinfisicalHandler.Snapshot
GET/api/v1/infisical/statusanyinfisicalHandler.Status

infra

MethodPathRoleHandler
GET/api/v1/infra/nodesanyinfraHandler.ListNodes
GET/api/v1/infra/nodes/{instance}/historyanyinfraHandler.GetNodeHistory
GET/api/v1/infra/nodes/{instance}/seriesanyinfraHandler.GetNodeSeries
POST/api/v1/infra/test-connectionengineerinfraHandler.TestConnection

compliance

MethodPathRoleHandler
GET/api/v1/compliance/audit/exportadmincomplianceHandler.AuditExport
GET/api/v1/compliance/audit/previewadmincomplianceHandler.AuditPreview
GET/api/v1/compliance/export-logadmincomplianceHandler.ExportLog
GET/api/v1/compliance/users/{userId}/data-exportadmincomplianceHandler.UserDataExport
POST/api/v1/compliance/users/{userId}/eraseownercomplianceHandler.EraseUser

sdk

MethodPathRoleHandler
POST, OPTIONS/sdk/feature-flags/eventsanyflagSDKHandler.Events
GET, OPTIONS/sdk/feature-flags/resolveanyflagSDKHandler.Resolve
GET, OPTIONS/sdk/feature-flags/streamanyflagSDKHandler.Stream
GET, OPTIONS/sdk/feature-flags/trackanyflagSDKHandler.Track

settings

MethodPathRoleHandler
DELETE/api/v1/settings/{key}engineersettingsHandler.ClearOverride
PUT/api/v1/settings/{key}engineersettingsHandler.SetOverride
GET/api/v1/settings/catalogueanysettingsHandler.Catalogue
GET/api/v1/settings/overridesanysettingsHandler.Overrides

jobs

MethodPathRoleHandler
GET/api/v1/jobsanysettingsHandler.Jobs
POST/api/v1/jobs/{id}/runengineersettingsHandler.RunJob
GET/api/v1/jobs/{id}/runsanysettingsHandler.JobRuns

retention

MethodPathRoleHandler
GET/api/v1/retentionanydataRetentionHandler.Get
PUT/api/v1/retentionadmindataRetentionHandler.Update
POST/api/v1/retention/enforceadmindataRetentionHandler.Enforce

system-alert-config

MethodPathRoleHandler
GET/api/v1/system-alert-configanysystemAlertConfigHandler.Get
PUT/api/v1/system-alert-configadminsystemAlertConfigHandler.Upsert
POST/api/v1/system-alert-config/testengineersystemAlertConfigHandler.Test

reports

MethodPathRoleHandler
GET/api/v1/reports/scheduleanyreportHandler.GetSchedule
PUT/api/v1/reports/scheduleadminreportHandler.UpsertSchedule
POST/api/v1/reports/sendengineerreportHandler.SendNow

deploy

MethodPathRoleHandler
POST/api/v1/deploy/{deploy_key}anydeployWebhookHandler.Receive
GET/api/v1/deploy/{deploy_key}/gateanydeployWebhookHandler.Gate
POST/api/v1/deploy/{deploy_key}/targetanydeployFleetHandler.RecordRun

dependencies

MethodPathRoleHandler
POST/api/v1/dependenciesengineerdependencyHandler.Create
DELETE/api/v1/dependencies/{id}engineerdependencyHandler.Delete
GET/api/v1/dependencies/{id}/impactanydependencyHandler.Impact

baselines

MethodPathRoleHandler
GET/api/v1/baselinesanysettingsHandler.Baselines
POST/api/v1/baselinesengineersettingsHandler.SaveBaseline

me

MethodPathRoleHandler
GET/api/v1/me/tokensanyenterpriseHandler.MyTokens
POST/api/v1/me/tokensanyenterpriseHandler.CreateToken
DELETE/api/v1/me/tokens/{id}anyenterpriseHandler.RevokeToken

status-page

MethodPathRoleHandler
GET/api/v1/status-page/configanystatusHandler.GetConfig
PUT/api/v1/status-page/configadminstatusHandler.UpsertConfig

sso

MethodPathRoleHandler
GET/api/v1/sso/configadminssoHandler.GetConfig
PUT/api/v1/sso/configadminssoHandler.UpsertConfig
POST/api/v1/sso/config/testadminssoHandler.TestConnection

superset-proxy

MethodPathRoleHandler
GET, POST/superset-proxy/{connectionId}/{path:.*}anydwhHandler.SupersetEmbedProxy

heartbeat

MethodPathRoleHandler
POST/api/v1/heartbeat/{key}anyheartbeatHandler.Receive

events

MethodPathRoleHandler
GET/api/v1/eventsanysseHandler.Connect

dashboard

MethodPathRoleHandler
GET/api/v1/dashboard/statsanydashboardHandler.Stats

config

MethodPathRoleHandler
GET/api/v1/config/exportadminconfigHandler.Export
POST/api/v1/config/importadminconfigHandler.Import

audit-logs

MethodPathRoleHandler
GET/api/v1/audit-logsanyauditHandler.List

v1

MethodPathRoleHandler
POST/v1/tracesanyotlpHandler.Traces

ab-config

MethodPathRoleHandler
GET, OPTIONS/ab-configanyabConfigHandler.Serve

escalations

MethodPathRoleHandler
GET/api/v1/escalationsanycallbackHandler.ListEscalations
MethodPathRoleHandler
GET/api/v1/searchanydashboardHandler.Search

dependency-graph

MethodPathRoleHandler
GET/api/v1/dependency-graphanydependencyHandler.GetGraph

timeseries

MethodPathRoleHandler
POST/api/v1/timeseries/queryanytimeSeriesHandler.Query

Where this behaviour lives: backend/internal/handler/router.go. If the code and this page disagree, the code is right — please fix the page.

Part of ReferenceThe exact numbers, names and limits, generated from the code.