Qlik Sense Enterprise · Capability

Qlik Sense Enterprise Qlik Sense Repository Service API — Task

Qlik Sense Enterprise Qlik Sense Repository Service API — Task. 4 operations. Lead operation: Qlik Sense Enterprise Start multiple tasks. Self-contained Naftiko capability covering one Qlik Sense Enterprise business surface.

Run with Naftiko Qlik Sense EnterpriseTask

What You Can Do

POST
Startmanytasks — Qlik Sense Enterprise Start multiple tasks
/v1/task/start/many
POST
Starttask — Qlik Sense Enterprise Start task
/v1/task/{id}/start
POST
Starttasksync — Qlik Sense Enterprise Start task synchronously
/v1/task/{id}/start/synchronous
POST
Stoptask — Qlik Sense Enterprise Stop task
/v1/task/{id}/stop

MCP Tools

qlik-sense-enterprise-start-multiple

Qlik Sense Enterprise Start multiple tasks

qlik-sense-enterprise-start-task

Qlik Sense Enterprise Start task

qlik-sense-enterprise-start-task-2

Qlik Sense Enterprise Start task synchronously

qlik-sense-enterprise-stop-task

Qlik Sense Enterprise Stop task

Capability Spec

repository-service-task.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Qlik Sense Enterprise Qlik Sense Repository Service API — Task
  description: 'Qlik Sense Enterprise Qlik Sense Repository Service API — Task. 4 operations. Lead operation: Qlik Sense Enterprise
    Start multiple tasks. Self-contained Naftiko capability covering one Qlik Sense Enterprise business surface.'
  tags:
  - Qlik Sense Enterprise
  - Task
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    QLIK_SENSE_ENTERPRISE_API_KEY: QLIK_SENSE_ENTERPRISE_API_KEY
capability:
  consumes:
  - type: http
    namespace: repository-service-task
    baseUri: https://{server}:4242/qrs
    description: Qlik Sense Enterprise Qlik Sense Repository Service API — Task business capability. Self-contained, no shared
      references.
    resources:
    - name: task-start-many
      path: /task/start/many
      operations:
      - name: startmanytasks
        method: POST
        description: Qlik Sense Enterprise Start multiple tasks
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: task-id-start
      path: /task/{id}/start
      operations:
      - name: starttask
        method: POST
        description: Qlik Sense Enterprise Start task
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: task-id-start-synchronous
      path: /task/{id}/start/synchronous
      operations:
      - name: starttasksync
        method: POST
        description: Qlik Sense Enterprise Start task synchronously
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: task-id-stop
      path: /task/{id}/stop
      operations:
      - name: stoptask
        method: POST
        description: Qlik Sense Enterprise Stop task
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Qlik-Xrfkey
      value: '{{env.QLIK_SENSE_ENTERPRISE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: repository-service-task-rest
    port: 8080
    description: REST adapter for Qlik Sense Enterprise Qlik Sense Repository Service API — Task. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/task/start/many
      name: task-start-many
      description: REST surface for task-start-many.
      operations:
      - method: POST
        name: startmanytasks
        description: Qlik Sense Enterprise Start multiple tasks
        call: repository-service-task.startmanytasks
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/task/{id}/start
      name: task-id-start
      description: REST surface for task-id-start.
      operations:
      - method: POST
        name: starttask
        description: Qlik Sense Enterprise Start task
        call: repository-service-task.starttask
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/task/{id}/start/synchronous
      name: task-id-start-synchronous
      description: REST surface for task-id-start-synchronous.
      operations:
      - method: POST
        name: starttasksync
        description: Qlik Sense Enterprise Start task synchronously
        call: repository-service-task.starttasksync
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/task/{id}/stop
      name: task-id-stop
      description: REST surface for task-id-stop.
      operations:
      - method: POST
        name: stoptask
        description: Qlik Sense Enterprise Stop task
        call: repository-service-task.stoptask
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: repository-service-task-mcp
    port: 9090
    transport: http
    description: MCP adapter for Qlik Sense Enterprise Qlik Sense Repository Service API — Task. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: qlik-sense-enterprise-start-multiple
      description: Qlik Sense Enterprise Start multiple tasks
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: repository-service-task.startmanytasks
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: qlik-sense-enterprise-start-task
      description: Qlik Sense Enterprise Start task
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: repository-service-task.starttask
      outputParameters:
      - type: object
        mapping: $.
    - name: qlik-sense-enterprise-start-task-2
      description: Qlik Sense Enterprise Start task synchronously
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: repository-service-task.starttasksync
      outputParameters:
      - type: object
        mapping: $.
    - name: qlik-sense-enterprise-stop-task
      description: Qlik Sense Enterprise Stop task
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: repository-service-task.stoptask
      outputParameters:
      - type: object
        mapping: $.