Factset · Capability

FactSet StreetAccount News API — Status

FactSet StreetAccount News API — Status. 1 operations. Lead operation: Factset Returns the Status and Percentage of Completion for the Requested Jobid. Self-contained Naftiko capability covering one Factset business surface.

Run with Naftiko FactsetStatus

What You Can Do

GET
Get — Factset Returns the Status and Percentage of Completion for the Requested Jobid
/v1/streetaccount/historical/check-status

MCP Tools

factset-returns-status-and-percentage

Factset Returns the Status and Percentage of Completion for the Requested Jobid

read-only idempotent

Capability Spec

streetaccount-news-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: FactSet StreetAccount News API — Status
  description: 'FactSet StreetAccount News API — Status. 1 operations. Lead operation: Factset Returns the Status and Percentage
    of Completion for the Requested Jobid. Self-contained Naftiko capability covering one Factset business surface.'
  tags:
  - Factset
  - Status
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FACTSET_API_KEY: FACTSET_API_KEY
capability:
  consumes:
  - type: http
    namespace: streetaccount-news-status
    baseUri: https://api.factset.com/research/news/v0
    description: FactSet StreetAccount News API — Status business capability. Self-contained, no shared references.
    resources:
    - name: streetaccount-historical-check-status
      path: /streetaccount/historical/check-status
      operations:
      - name: get
        method: GET
        description: Factset Returns the Status and Percentage of Completion for the Requested Jobid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: jobID
          in: query
          type: string
          description: jobID returned by the request-files endpoint to know the status and percentDone
          required: true
        - name: _paginationLimit
          in: query
          type: integer
          description: Specifies the maximum number of results to return per result
        - name: _paginationOffset
          in: query
          type: integer
          description: Specifies the starting point for pagination. This parameter is used to identify the   beginning of
            next set of results
    authentication:
      type: bearer
      token: '{{env.FACTSET_API_KEY}}'
  exposes:
  - type: rest
    namespace: streetaccount-news-status-rest
    port: 8080
    description: REST adapter for FactSet StreetAccount News API — Status. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/streetaccount/historical/check-status
      name: streetaccount-historical-check-status
      description: REST surface for streetaccount-historical-check-status.
      operations:
      - method: GET
        name: get
        description: Factset Returns the Status and Percentage of Completion for the Requested Jobid
        call: streetaccount-news-status.get
        with:
          jobID: rest.jobID
          _paginationLimit: rest._paginationLimit
          _paginationOffset: rest._paginationOffset
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: streetaccount-news-status-mcp
    port: 9090
    transport: http
    description: MCP adapter for FactSet StreetAccount News API — Status. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: factset-returns-status-and-percentage
      description: Factset Returns the Status and Percentage of Completion for the Requested Jobid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: streetaccount-news-status.get
      with:
        jobID: tools.jobID
        _paginationLimit: tools._paginationLimit
        _paginationOffset: tools._paginationOffset
      outputParameters:
      - type: object
        mapping: $.