Refinitiv Eikon · Capability

Refinitiv Eikon LSEG Tick History REST API — Jobs

Refinitiv Eikon LSEG Tick History REST API — Jobs. 4 operations. Lead operation: Retrieve Extraction Notes. Self-contained Naftiko capability covering one Refinitiv Eikon business surface.

Run with Naftiko Refinitiv EikonJobs

What You Can Do

GET
Getextractionnote — Retrieve Extraction Notes
/v1/extractions/reportextractions-extractionid/fullextractionnote
GET
Listjobs — List Extraction Jobs
/v1/jobs/jobs
GET
Getjobstatus — Get Job Status
/v1/jobs/jobs-jobid
DELETE
Canceljob — Cancel an Extraction Job
/v1/jobs/jobs-jobid

MCP Tools

retrieve-extraction-notes

Retrieve Extraction Notes

read-only idempotent
list-extraction-jobs

List Extraction Jobs

read-only idempotent
get-job-status

Get Job Status

read-only idempotent
cancel-extraction-job

Cancel an Extraction Job

idempotent

Capability Spec

tick-history-jobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Refinitiv Eikon LSEG Tick History REST API — Jobs
  description: 'Refinitiv Eikon LSEG Tick History REST API — Jobs. 4 operations. Lead operation: Retrieve Extraction Notes.
    Self-contained Naftiko capability covering one Refinitiv Eikon business surface.'
  tags:
  - Refinitiv Eikon
  - Jobs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REFINITIV_EIKON_API_KEY: REFINITIV_EIKON_API_KEY
capability:
  consumes:
  - type: http
    namespace: tick-history-jobs
    baseUri: https://selectapi.datascope.refinitiv.com/RestApi/v1
    description: Refinitiv Eikon LSEG Tick History REST API — Jobs business capability. Self-contained, no shared references.
    resources:
    - name: Extractions-ReportExtractions('{extractionId}')-FullExtractionNote
      path: /Extractions/ReportExtractions('{extractionId}')/FullExtractionNote
      operations:
      - name: getextractionnote
        method: GET
        description: Retrieve Extraction Notes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: extractionId
          in: path
          type: string
          description: Unique identifier of the extraction.
          required: true
    - name: Jobs-Jobs
      path: /Jobs/Jobs
      operations:
      - name: listjobs
        method: GET
        description: List Extraction Jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: Jobs-Jobs('{jobId}')
      path: /Jobs/Jobs('{jobId}')
      operations:
      - name: getjobstatus
        method: GET
        description: Get Job Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jobId
          in: path
          type: string
          description: Unique identifier of the extraction job.
          required: true
      - name: canceljob
        method: DELETE
        description: Cancel an Extraction Job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jobId
          in: path
          type: string
          description: Unique identifier of the extraction job to cancel.
          required: true
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.REFINITIV_EIKON_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: tick-history-jobs-rest
    port: 8080
    description: REST adapter for Refinitiv Eikon LSEG Tick History REST API — Jobs. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/extractions/reportextractions-extractionid/fullextractionnote
      name: extractions-reportextractions-extractionid-fullextractionnote
      description: REST surface for Extractions-ReportExtractions('{extractionId}')-FullExtractionNote.
      operations:
      - method: GET
        name: getextractionnote
        description: Retrieve Extraction Notes
        call: tick-history-jobs.getextractionnote
        with:
          extractionId: rest.extractionId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/jobs/jobs
      name: jobs-jobs
      description: REST surface for Jobs-Jobs.
      operations:
      - method: GET
        name: listjobs
        description: List Extraction Jobs
        call: tick-history-jobs.listjobs
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/jobs/jobs-jobid
      name: jobs-jobs-jobid
      description: REST surface for Jobs-Jobs('{jobId}').
      operations:
      - method: GET
        name: getjobstatus
        description: Get Job Status
        call: tick-history-jobs.getjobstatus
        with:
          jobId: rest.jobId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: canceljob
        description: Cancel an Extraction Job
        call: tick-history-jobs.canceljob
        with:
          jobId: rest.jobId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: tick-history-jobs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Refinitiv Eikon LSEG Tick History REST API — Jobs. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: retrieve-extraction-notes
      description: Retrieve Extraction Notes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tick-history-jobs.getextractionnote
      with:
        extractionId: tools.extractionId
      outputParameters:
      - type: object
        mapping: $.
    - name: list-extraction-jobs
      description: List Extraction Jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tick-history-jobs.listjobs
      outputParameters:
      - type: object
        mapping: $.
    - name: get-job-status
      description: Get Job Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: tick-history-jobs.getjobstatus
      with:
        jobId: tools.jobId
      outputParameters:
      - type: object
        mapping: $.
    - name: cancel-extraction-job
      description: Cancel an Extraction Job
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: tick-history-jobs.canceljob
      with:
        jobId: tools.jobId
      outputParameters:
      - type: object
        mapping: $.