Humanitec · Capability

Humanitec API — AuditLogs

Humanitec API — AuditLogs. 1 operations. Lead operation: List audit log entries by Organization. Self-contained Naftiko capability covering one Humanitec business surface.

Run with Naftiko HumanitecAuditLogs

What You Can Do

GET
Listauditlogentries — List audit log entries by Organization
/v1/orgs/{orgid}/audit-logs

MCP Tools

list-audit-log-entries-organization

List audit log entries by Organization

read-only idempotent

Capability Spec

humanitec-auditlogs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Humanitec API — AuditLogs
  description: 'Humanitec API — AuditLogs. 1 operations. Lead operation: List audit log entries by Organization. Self-contained
    Naftiko capability covering one Humanitec business surface.'
  tags:
  - Humanitec
  - AuditLogs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    HUMANITEC_API_KEY: HUMANITEC_API_KEY
capability:
  consumes:
  - type: http
    namespace: humanitec-auditlogs
    baseUri: https://api.humanitec.io
    description: Humanitec API — AuditLogs business capability. Self-contained, no shared references.
    resources:
    - name: orgs-orgId-audit-logs
      path: /orgs/{orgId}/audit-logs
      operations:
      - name: listauditlogentries
        method: GET
        description: List audit log entries by Organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: from
          in: query
          type: string
          description: Optional filter for entries created after the given time.
        - name: to
          in: query
          type: string
          description: Optional filter for entries created before the given time.
  exposes:
  - type: rest
    namespace: humanitec-auditlogs-rest
    port: 8080
    description: REST adapter for Humanitec API — AuditLogs. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/orgs/{orgid}/audit-logs
      name: orgs-orgid-audit-logs
      description: REST surface for orgs-orgId-audit-logs.
      operations:
      - method: GET
        name: listauditlogentries
        description: List audit log entries by Organization
        call: humanitec-auditlogs.listauditlogentries
        with:
          from: rest.from
          to: rest.to
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: humanitec-auditlogs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Humanitec API — AuditLogs. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: list-audit-log-entries-organization
      description: List audit log entries by Organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: humanitec-auditlogs.listauditlogentries
      with:
        from: tools.from
        to: tools.to
      outputParameters:
      - type: object
        mapping: $.