Sensu Go Backend REST API
The Sensu Go backend REST API for managing observability resources: checks, events, entities, filters, handlers, mutators, hooks, pipelines, assets, silences, namespaces, roles, role bindings, cluster roles, API keys, and users. Core endpoints follow /api/core/v2/namespaces/; enterprise endpoints follow /api/enterprise//v2. Authenticates with JWT access tokens (via /auth) or persistent API keys (Authorization: Key ). Supports limit/continue pagination, labelSelector/fieldSelector filtering, and Etag conditional requests.