Thought Industries · Capability

Thought Industries REST API — Reports

Thought Industries REST API — Reports. 1 operations. Lead operation: Get Learning Path Actions Report. Self-contained Naftiko capability covering one Thought Industries business surface.

Run with Naftiko Thought IndustriesReports

What You Can Do

GET
Getlearningpathactionsreport — Get Learning Path Actions Report
/v1/reports/learning-path-actions

MCP Tools

get-learning-path-actions-report

Get Learning Path Actions Report

read-only idempotent

Capability Spec

thought-industries-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Thought Industries REST API — Reports
  description: 'Thought Industries REST API — Reports. 1 operations. Lead operation: Get Learning Path Actions Report. Self-contained
    Naftiko capability covering one Thought Industries business surface.'
  tags:
  - Thought Industries
  - Reports
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    THOUGHT_INDUSTRIES_API_KEY: THOUGHT_INDUSTRIES_API_KEY
capability:
  consumes:
  - type: http
    namespace: thought-industries-reports
    baseUri: https://{subdomain}.thoughtindustries.com/incoming/api/v1
    description: Thought Industries REST API — Reports business capability. Self-contained, no shared references.
    resources:
    - name: reports-learning-path-actions
      path: /reports/learning-path-actions
      operations:
      - name: getlearningpathactionsreport
        method: GET
        description: Get Learning Path Actions Report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: start_date
          in: query
          type: string
          description: Report start date.
        - name: end_date
          in: query
          type: string
          description: Report end date.
        - name: page
          in: query
          type: integer
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.THOUGHT_INDUSTRIES_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: thought-industries-reports-rest
    port: 8080
    description: REST adapter for Thought Industries REST API — Reports. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/reports/learning-path-actions
      name: reports-learning-path-actions
      description: REST surface for reports-learning-path-actions.
      operations:
      - method: GET
        name: getlearningpathactionsreport
        description: Get Learning Path Actions Report
        call: thought-industries-reports.getlearningpathactionsreport
        with:
          start_date: rest.start_date
          end_date: rest.end_date
          page: rest.page
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: thought-industries-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Thought Industries REST API — Reports. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-learning-path-actions-report
      description: Get Learning Path Actions Report
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: thought-industries-reports.getlearningpathactionsreport
      with:
        start_date: tools.start_date
        end_date: tools.end_date
        page: tools.page
      outputParameters:
      - type: object
        mapping: $.