openapi: 3.1.0 info: title: Axiom REST Annotations Groups API version: 1.0.0 description: REST API for Axiom serverless log management and analytics. Manage datasets, ingest data, run queries, and administer annotations, dashboards, monitors, notifiers, tokens, users, views, and other resources. servers: - url: https://api.axiom.co tags: - name: Groups paths: /groups: get: summary: List all groups responses: '200': description: OK tags: - Groups post: summary: Create group responses: '201': description: Created tags: - Groups /groups/{id}: parameters: - in: path name: id required: true schema: type: string get: summary: Retrieve group responses: '200': description: OK tags: - Groups put: summary: Update group responses: '200': description: OK tags: - Groups delete: summary: Delete group responses: '204': description: No Content tags: - Groups x-generated-from: https://axiom.co/docs/restapi/introduction x-generated-by: claude-crawl-2026-05-08