Honeycomb · Capability

Honeycomb SLOs API — Reporting

Honeycomb SLOs API — Reporting. 1 operations. Lead operation: Get SLO History. Self-contained Naftiko capability covering one Honeycomb business surface.

Honeycomb SLOs API — Reporting is a Naftiko capability published by Honeycomb, one of 22 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the POST method rooted at /v1/1/reporting/slos/historical.

The capability includes 1 state-changing operation. Lead operation: Get SLO History. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Honeycomb, Observability, and Reporting.

Run with Naftiko HoneycombObservabilityReporting

What You Can Do

POST
Getslohistory — Get SLO History
/v1/1/reporting/slos/historical

MCP Tools

honeycomb-slos-reporting-getslohistory

Get SLO History

Capability Spec

slos-reporting.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: "Honeycomb SLOs API \u2014 Reporting"
  description: "Honeycomb SLOs API \u2014 Reporting. 1 operations. Lead operation: Get SLO History. Self-contained Naftiko capability covering one Honeycomb business surface."
  tags:
  - Honeycomb
  - Observability
  - Reporting
  created: '2026-05-25'
  modified: '2026-05-25'
binds:
- namespace: env
  keys:
    HONEYCOMB_API_KEY: HONEYCOMB_API_KEY
capability:
  consumes:
  - type: http
    namespace: slos-reporting
    baseUri: https://api.honeycomb.io
    description: "Honeycomb SLOs API \u2014 Reporting business capability. Self-contained, no shared references."
    resources:
    - name: 1-reporting-slos-historical
      path: /1/reporting/slos/historical
      operations:
      - name: getslohistory
        method: POST
        description: Get SLO History
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-Honeycomb-Team
      value: '{{env.HONEYCOMB_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: slos-reporting-rest
    port: 8080
    description: "REST adapter for Honeycomb SLOs API \u2014 Reporting. One Spectral-compliant resource per consumed operation, prefixed with /v1."
    resources:
    - path: /v1/1/reporting/slos/historical
      name: 1-reporting-slos-historical
      description: REST surface for 1-reporting-slos-historical.
      operations:
      - method: POST
        name: getslohistory
        description: Get SLO History
        call: slos-reporting.getslohistory
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: slos-reporting-mcp
    port: 9090
    transport: http
    description: "MCP adapter for Honeycomb SLOs API \u2014 Reporting. One tool per consumed operation, routed inline through this capability's consumes block."
    tools:
    - name: honeycomb-slos-reporting-getslohistory
      description: Get SLO History
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: slos-reporting.getslohistory
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.