Workday Integrations · Capability

Workday Integrations Workday Report-as-a-Service (RaaS) API — Reports

Workday Integrations Workday Report-as-a-Service (RaaS) API — Reports. 1 operations. Lead operation: Workday Integrations Get report data. Self-contained Naftiko capability covering one Workday Integrations business surface.

Run with Naftiko Workday IntegrationsReports

What You Can Do

GET
Getreport — Workday Integrations Get report data
/v1/{reportowner}/{reportname}

MCP Tools

workday-integrations-get-report-data

Workday Integrations Get report data

read-only idempotent

Capability Spec

raas-reports.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Integrations Workday Report-as-a-Service (RaaS) API — Reports
  description: 'Workday Integrations Workday Report-as-a-Service (RaaS) API — Reports. 1 operations. Lead operation: Workday
    Integrations Get report data. Self-contained Naftiko capability covering one Workday Integrations business surface.'
  tags:
  - Workday Integrations
  - Reports
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_INTEGRATIONS_API_KEY: WORKDAY_INTEGRATIONS_API_KEY
capability:
  consumes:
  - type: http
    namespace: raas-reports
    baseUri: https://wd2-impl-services1.workday.com/ccx/service/customreport2/{tenant}
    description: Workday Integrations Workday Report-as-a-Service (RaaS) API — Reports business capability. Self-contained,
      no shared references.
    resources:
    - name: reportOwner-reportName
      path: /{reportOwner}/{reportName}
      operations:
      - name: getreport
        method: GET
        description: Workday Integrations Get report data
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: reportOwner
          in: path
          type: string
          description: Username of the report owner in Workday (the ISU account or integration system user that owns the report)
          required: true
        - name: reportName
          in: path
          type: string
          description: Name of the custom report as defined in Workday. Must match the report name exactly, using underscores
            for spaces.
          required: true
        - name: format
          in: query
          type: string
          description: Response format for the report data
        - name: Employee_ID
          in: query
          type: string
          description: Filter by Employee ID (example prompt parameter; actual parameters depend on report configuration)
        - name: Effective_Date
          in: query
          type: string
          description: Filter by effective date in YYYY-MM-DD format (example prompt parameter)
        - name: Organization
          in: query
          type: string
          description: Filter by organization WID or reference ID (example prompt parameter)
    authentication:
      type: bearer
      token: '{{env.WORKDAY_INTEGRATIONS_API_KEY}}'
  exposes:
  - type: rest
    namespace: raas-reports-rest
    port: 8080
    description: REST adapter for Workday Integrations Workday Report-as-a-Service (RaaS) API — Reports. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{reportowner}/{reportname}
      name: reportowner-reportname
      description: REST surface for reportOwner-reportName.
      operations:
      - method: GET
        name: getreport
        description: Workday Integrations Get report data
        call: raas-reports.getreport
        with:
          reportOwner: rest.reportOwner
          reportName: rest.reportName
          format: rest.format
          Employee_ID: rest.Employee_ID
          Effective_Date: rest.Effective_Date
          Organization: rest.Organization
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: raas-reports-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Integrations Workday Report-as-a-Service (RaaS) API — Reports. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: workday-integrations-get-report-data
      description: Workday Integrations Get report data
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: raas-reports.getreport
      with:
        reportOwner: tools.reportOwner
        reportName: tools.reportName
        format: tools.format
        Employee_ID: tools.Employee_ID
        Effective_Date: tools.Effective_Date
        Organization: tools.Organization
      outputParameters:
      - type: object
        mapping: $.