Workday Financials · Capability

Workday Financials Workday Reporting API — Report Execution

Workday Financials Workday Reporting API — Report Execution. 1 operations. Lead operation: Workday Financials Execute a report. Self-contained Naftiko capability covering one Workday Financials business surface.

Run with Naftiko Workday FinancialsReport Execution

What You Can Do

POST
Executereport — Workday Financials Execute a report
/v1/reports/{id}/execute

MCP Tools

workday-financials-execute-report

Workday Financials Execute a report

Capability Spec

reporting-report-execution.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Financials Workday Reporting API — Report Execution
  description: 'Workday Financials Workday Reporting API — Report Execution. 1 operations. Lead operation: Workday Financials
    Execute a report. Self-contained Naftiko capability covering one Workday Financials business surface.'
  tags:
  - Workday Financials
  - Report Execution
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_FINANCIALS_API_KEY: WORKDAY_FINANCIALS_API_KEY
capability:
  consumes:
  - type: http
    namespace: reporting-report-execution
    baseUri: https://{tenant}.workday.com/api/reporting/v38.2
    description: Workday Financials Workday Reporting API — Report Execution business capability. Self-contained, no shared
      references.
    resources:
    - name: reports-id-execute
      path: /reports/{id}/execute
      operations:
      - name: executereport
        method: POST
        description: Workday Financials Execute a report
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: format
          in: query
          type: string
          description: Output format for the report
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
    authentication:
      type: bearer
      token: '{{env.WORKDAY_FINANCIALS_API_KEY}}'
  exposes:
  - type: rest
    namespace: reporting-report-execution-rest
    port: 8080
    description: REST adapter for Workday Financials Workday Reporting API — Report Execution. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/reports/{id}/execute
      name: reports-id-execute
      description: REST surface for reports-id-execute.
      operations:
      - method: POST
        name: executereport
        description: Workday Financials Execute a report
        call: reporting-report-execution.executereport
        with:
          format: rest.format
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: reporting-report-execution-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Financials Workday Reporting API — Report Execution. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: workday-financials-execute-report
      description: Workday Financials Execute a report
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: reporting-report-execution.executereport
      with:
        format: tools.format
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.