Refinitiv · Capability

Refinitiv World-Check One API — Ongoing Screening

Refinitiv World-Check One API — Ongoing Screening. 1 operations. Lead operation: Get Ongoing Screening Updates. Self-contained Naftiko capability covering one Refinitiv business surface.

Run with Naftiko RefinitivOngoing Screening

What You Can Do

GET
Getongoingscreeningupdates — Get Ongoing Screening Updates
/v1/cases/ongoingscreeningupdates

MCP Tools

get-ongoing-screening-updates

Get Ongoing Screening Updates

read-only idempotent

Capability Spec

world-check-one-ongoing-screening.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Refinitiv World-Check One API — Ongoing Screening
  description: 'Refinitiv World-Check One API — Ongoing Screening. 1 operations. Lead operation: Get Ongoing Screening Updates.
    Self-contained Naftiko capability covering one Refinitiv business surface.'
  tags:
  - Refinitiv
  - Ongoing Screening
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    REFINITIV_API_KEY: REFINITIV_API_KEY
capability:
  consumes:
  - type: http
    namespace: world-check-one-ongoing-screening
    baseUri: https://api-worldcheck.refinitiv.com/v2
    description: Refinitiv World-Check One API — Ongoing Screening business capability. Self-contained, no shared references.
    resources:
    - name: cases-ongoingScreeningUpdates
      path: /cases/ongoingScreeningUpdates
      operations:
      - name: getongoingscreeningupdates
        method: GET
        description: Get Ongoing Screening Updates
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: since
          in: query
          type: string
          description: Filter updates since this date-time in ISO 8601 format.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.REFINITIV_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: world-check-one-ongoing-screening-rest
    port: 8080
    description: REST adapter for Refinitiv World-Check One API — Ongoing Screening. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/cases/ongoingscreeningupdates
      name: cases-ongoingscreeningupdates
      description: REST surface for cases-ongoingScreeningUpdates.
      operations:
      - method: GET
        name: getongoingscreeningupdates
        description: Get Ongoing Screening Updates
        call: world-check-one-ongoing-screening.getongoingscreeningupdates
        with:
          since: rest.since
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: world-check-one-ongoing-screening-mcp
    port: 9090
    transport: http
    description: MCP adapter for Refinitiv World-Check One API — Ongoing Screening. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-ongoing-screening-updates
      description: Get Ongoing Screening Updates
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: world-check-one-ongoing-screening.getongoingscreeningupdates
      with:
        since: tools.since
      outputParameters:
      - type: object
        mapping: $.