Composio · Capability

Composio Platform API — Logs

Composio Platform API — Logs. 5 operations. Lead operation: Get action log fields for filtering. Self-contained Naftiko capability covering one Composio business surface.

Run with Naftiko ComposioLogs

What You Can Do

GET
Getinternalactionexecutionfields — Get action log fields for filtering
/v1/api/v3/internal/action-execution/fields
GET
Getinternalactionexecutionlogbyid — Get detailed execution log by ID
/v1/api/v3/internal/action-execution/log/{id}
POST
Postinternalactionexecutionlogs — Search and retrieve action execution logs
/v1/api/v3/internal/action-execution/logs
GET
Getinternaltriggerlogbyid — Get detailed trigger log by ID
/v1/api/v3/internal/trigger/log/{id}
POST
Postinternaltriggerlogs — Search and retrieve trigger event logs
/v1/api/v3/internal/trigger/logs

MCP Tools

get-action-log-fields-filtering

Get action log fields for filtering

read-only idempotent
get-detailed-execution-log-id

Get detailed execution log by ID

read-only idempotent
search-and-retrieve-action-execution

Search and retrieve action execution logs

read-only
get-detailed-trigger-log-id

Get detailed trigger log by ID

read-only idempotent
search-and-retrieve-trigger-event

Search and retrieve trigger event logs

read-only

Capability Spec

composio-logs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Composio Platform API — Logs
  description: 'Composio Platform API — Logs. 5 operations. Lead operation: Get action log fields for filtering. Self-contained
    Naftiko capability covering one Composio business surface.'
  tags:
  - Composio
  - Logs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COMPOSIO_API_KEY: COMPOSIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: composio-logs
    baseUri: https://backend.composio.dev
    description: Composio Platform API — Logs business capability. Self-contained, no shared references.
    resources:
    - name: api-v3-internal-action_execution-fields
      path: /api/v3/internal/action_execution/fields
      operations:
      - name: getinternalactionexecutionfields
        method: GET
        description: Get action log fields for filtering
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: api-v3-internal-action_execution-log-id
      path: /api/v3/internal/action_execution/log/{id}
      operations:
      - name: getinternalactionexecutionlogbyid
        method: GET
        description: Get detailed execution log by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          required: true
    - name: api-v3-internal-action_execution-logs
      path: /api/v3/internal/action_execution/logs
      operations:
      - name: postinternalactionexecutionlogs
        method: POST
        description: Search and retrieve action execution logs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    - name: api-v3-internal-trigger-log-id
      path: /api/v3/internal/trigger/log/{id}
      operations:
      - name: getinternaltriggerlogbyid
        method: GET
        description: Get detailed trigger log by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id
          in: path
          type: string
          required: true
    - name: api-v3-internal-trigger-logs
      path: /api/v3/internal/trigger/logs
      operations:
      - name: postinternaltriggerlogs
        method: POST
        description: Search and retrieve trigger event logs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.COMPOSIO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: composio-logs-rest
    port: 8080
    description: REST adapter for Composio Platform API — Logs. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v3/internal/action-execution/fields
      name: api-v3-internal-action-execution-fields
      description: REST surface for api-v3-internal-action_execution-fields.
      operations:
      - method: GET
        name: getinternalactionexecutionfields
        description: Get action log fields for filtering
        call: composio-logs.getinternalactionexecutionfields
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v3/internal/action-execution/log/{id}
      name: api-v3-internal-action-execution-log-id
      description: REST surface for api-v3-internal-action_execution-log-id.
      operations:
      - method: GET
        name: getinternalactionexecutionlogbyid
        description: Get detailed execution log by ID
        call: composio-logs.getinternalactionexecutionlogbyid
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v3/internal/action-execution/logs
      name: api-v3-internal-action-execution-logs
      description: REST surface for api-v3-internal-action_execution-logs.
      operations:
      - method: POST
        name: postinternalactionexecutionlogs
        description: Search and retrieve action execution logs
        call: composio-logs.postinternalactionexecutionlogs
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v3/internal/trigger/log/{id}
      name: api-v3-internal-trigger-log-id
      description: REST surface for api-v3-internal-trigger-log-id.
      operations:
      - method: GET
        name: getinternaltriggerlogbyid
        description: Get detailed trigger log by ID
        call: composio-logs.getinternaltriggerlogbyid
        with:
          id: rest.id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/api/v3/internal/trigger/logs
      name: api-v3-internal-trigger-logs
      description: REST surface for api-v3-internal-trigger-logs.
      operations:
      - method: POST
        name: postinternaltriggerlogs
        description: Search and retrieve trigger event logs
        call: composio-logs.postinternaltriggerlogs
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: composio-logs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Composio Platform API — Logs. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-action-log-fields-filtering
      description: Get action log fields for filtering
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: composio-logs.getinternalactionexecutionfields
      outputParameters:
      - type: object
        mapping: $.
    - name: get-detailed-execution-log-id
      description: Get detailed execution log by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: composio-logs.getinternalactionexecutionlogbyid
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: search-and-retrieve-action-execution
      description: Search and retrieve action execution logs
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: composio-logs.postinternalactionexecutionlogs
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: get-detailed-trigger-log-id
      description: Get detailed trigger log by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: composio-logs.getinternaltriggerlogbyid
      with:
        id: tools.id
      outputParameters:
      - type: object
        mapping: $.
    - name: search-and-retrieve-trigger-event
      description: Search and retrieve trigger event logs
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: composio-logs.postinternaltriggerlogs
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.