Microsoft Endpoint Configuration Management Intune Reporting Export API — Export Jobs

Microsoft Endpoint Configuration Management Intune Reporting Export API — Export Jobs. 4 operations. Lead operation: Microsoft Endpoint Configuration Management List export jobs. Self-contained Naftiko capability covering one Microsoft Endpoint Configuration Management business surface.

Run with Naftiko Microsoft Endpoint Configuration ManagementExport Jobs

What You Can Do

GET
Listexportjobs — Microsoft Endpoint Configuration Management List export jobs
/v1/devicemanagement/reports/exportjobs
POST
Createexportjob — Microsoft Endpoint Configuration Management Create export job
/v1/devicemanagement/reports/exportjobs
GET
Getexportjob — Microsoft Endpoint Configuration Management Get export job
/v1/devicemanagement/reports/exportjobs/{devicemanagementexportjobid}
DELETE
Deleteexportjob — Microsoft Endpoint Configuration Management Delete export job
/v1/devicemanagement/reports/exportjobs/{devicemanagementexportjobid}

MCP Tools

microsoft-endpoint-configuration-management-list

Microsoft Endpoint Configuration Management List export jobs

read-only idempotent
microsoft-endpoint-configuration-management-create

Microsoft Endpoint Configuration Management Create export job

microsoft-endpoint-configuration-management-get

Microsoft Endpoint Configuration Management Get export job

read-only idempotent
microsoft-endpoint-configuration-management-delete

Microsoft Endpoint Configuration Management Delete export job

idempotent

Capability Spec

intune-reporting-export-export-jobs.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Endpoint Configuration Management Intune Reporting Export API — Export Jobs
  description: 'Microsoft Endpoint Configuration Management Intune Reporting Export API — Export Jobs. 4 operations. Lead
    operation: Microsoft Endpoint Configuration Management List export jobs. Self-contained Naftiko capability covering one
    Microsoft Endpoint Configuration Management business surface.'
  tags:
  - Microsoft Endpoint Configuration Management
  - Export Jobs
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_ENDPOINT_CONFIGURATION_MANAGEMENT_API_KEY: MICROSOFT_ENDPOINT_CONFIGURATION_MANAGEMENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: intune-reporting-export-export-jobs
    baseUri: https://graph.microsoft.com/v1.0
    description: Microsoft Endpoint Configuration Management Intune Reporting Export API — Export Jobs business capability.
      Self-contained, no shared references.
    resources:
    - name: deviceManagement-reports-exportJobs
      path: /deviceManagement/reports/exportJobs
      operations:
      - name: listexportjobs
        method: GET
        description: Microsoft Endpoint Configuration Management List export jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createexportjob
        method: POST
        description: Microsoft Endpoint Configuration Management Create export job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: deviceManagement-reports-exportJobs-deviceManagementExportJobId
      path: /deviceManagement/reports/exportJobs/{deviceManagementExportJobId}
      operations:
      - name: getexportjob
        method: GET
        description: Microsoft Endpoint Configuration Management Get export job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceManagementExportJobId
          in: path
          type: string
          description: The unique identifier of the deviceManagementExportJob.
          required: true
      - name: deleteexportjob
        method: DELETE
        description: Microsoft Endpoint Configuration Management Delete export job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: deviceManagementExportJobId
          in: path
          type: string
          description: The unique identifier of the deviceManagementExportJob.
          required: true
    authentication:
      type: bearer
      token: '{{env.MICROSOFT_ENDPOINT_CONFIGURATION_MANAGEMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: intune-reporting-export-export-jobs-rest
    port: 8080
    description: REST adapter for Microsoft Endpoint Configuration Management Intune Reporting Export API — Export Jobs. One
      Spectral-compliant resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/devicemanagement/reports/exportjobs
      name: devicemanagement-reports-exportjobs
      description: REST surface for deviceManagement-reports-exportJobs.
      operations:
      - method: GET
        name: listexportjobs
        description: Microsoft Endpoint Configuration Management List export jobs
        call: intune-reporting-export-export-jobs.listexportjobs
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createexportjob
        description: Microsoft Endpoint Configuration Management Create export job
        call: intune-reporting-export-export-jobs.createexportjob
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/devicemanagement/reports/exportjobs/{devicemanagementexportjobid}
      name: devicemanagement-reports-exportjobs-devicemanagementexportjobid
      description: REST surface for deviceManagement-reports-exportJobs-deviceManagementExportJobId.
      operations:
      - method: GET
        name: getexportjob
        description: Microsoft Endpoint Configuration Management Get export job
        call: intune-reporting-export-export-jobs.getexportjob
        with:
          deviceManagementExportJobId: rest.deviceManagementExportJobId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteexportjob
        description: Microsoft Endpoint Configuration Management Delete export job
        call: intune-reporting-export-export-jobs.deleteexportjob
        with:
          deviceManagementExportJobId: rest.deviceManagementExportJobId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: intune-reporting-export-export-jobs-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Endpoint Configuration Management Intune Reporting Export API — Export Jobs. One
      tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-endpoint-configuration-management-list
      description: Microsoft Endpoint Configuration Management List export jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: intune-reporting-export-export-jobs.listexportjobs
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-endpoint-configuration-management-create
      description: Microsoft Endpoint Configuration Management Create export job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: intune-reporting-export-export-jobs.createexportjob
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-endpoint-configuration-management-get
      description: Microsoft Endpoint Configuration Management Get export job
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: intune-reporting-export-export-jobs.getexportjob
      with:
        deviceManagementExportJobId: tools.deviceManagementExportJobId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-endpoint-configuration-management-delete
      description: Microsoft Endpoint Configuration Management Delete export job
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: intune-reporting-export-export-jobs.deleteexportjob
      with:
        deviceManagementExportJobId: tools.deviceManagementExportJobId
      outputParameters:
      - type: object
        mapping: $.