APIs.io Engineering Platform Cloudflare API — Logpush Jobs for an Account

APIs.io Engineering Platform Cloudflare API — Logpush Jobs for an Account. 11 operations. Lead operation: APIs.io Engineering Platform List fields. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformLogpush Jobs for an Account

What You Can Do

GET
Getaccountsaccountidlogpushdatasetsdatasetidfields — APIs.io Engineering Platform List fields
/v1/accounts/{account-id}/logpush/datasets/{dataset-id}/fields
GET
Getaccountsaccountidlogpushdatasetsdatasetidjobs — APIs.io Engineering Platform List Logpush jobs for a dataset
/v1/accounts/{account-id}/logpush/datasets/{dataset-id}/jobs
GET
Getaccountsaccountidlogpushjobs — APIs.io Engineering Platform List Logpush jobs
/v1/accounts/{account-id}/logpush/jobs
POST
Postaccountsaccountidlogpushjobs — APIs.io Engineering Platform Create Logpush job
/v1/accounts/{account-id}/logpush/jobs
DELETE
Deleteaccountsaccountidlogpushjobsjobid — APIs.io Engineering Platform Delete Logpush job
/v1/accounts/{account-id}/logpush/jobs/{job-id}
GET
Getaccountsaccountidlogpushjobsjobid — APIs.io Engineering Platform Get Logpush job details
/v1/accounts/{account-id}/logpush/jobs/{job-id}
PUT
Putaccountsaccountidlogpushjobsjobid — APIs.io Engineering Platform Update Logpush job
/v1/accounts/{account-id}/logpush/jobs/{job-id}
POST
Postaccountsaccountidlogpushownership — APIs.io Engineering Platform Get ownership challenge
/v1/accounts/{account-id}/logpush/ownership
POST
Postaccountsaccountidlogpushownershipvalidate — APIs.io Engineering Platform Validate ownership challenge
/v1/accounts/{account-id}/logpush/ownership/validate
POST
Deleteaccountsaccountidlogpushvalidatedestinationexists — APIs.io Engineering Platform Check destination exists
/v1/accounts/{account-id}/logpush/validate/destination/exists
POST
Postaccountsaccountidlogpushvalidateorigin — APIs.io Engineering Platform Validate origin
/v1/accounts/{account-id}/logpush/validate/origin

MCP Tools

apis-io-engineering-platform-list-fields

APIs.io Engineering Platform List fields

read-only idempotent
apis-io-engineering-platform-list-logpush

APIs.io Engineering Platform List Logpush jobs for a dataset

read-only idempotent
apis-io-engineering-platform-list-logpush-2

APIs.io Engineering Platform List Logpush jobs

read-only idempotent
apis-io-engineering-platform-create-logpush

APIs.io Engineering Platform Create Logpush job

apis-io-engineering-platform-delete-logpush

APIs.io Engineering Platform Delete Logpush job

idempotent
apis-io-engineering-platform-get-logpush

APIs.io Engineering Platform Get Logpush job details

read-only idempotent
apis-io-engineering-platform-update-logpush

APIs.io Engineering Platform Update Logpush job

idempotent
apis-io-engineering-platform-get-ownership

APIs.io Engineering Platform Get ownership challenge

read-only
apis-io-engineering-platform-validate-ownership

APIs.io Engineering Platform Validate ownership challenge

read-only
apis-io-engineering-platform-check-destination

APIs.io Engineering Platform Check destination exists

read-only
apis-io-engineering-platform-validate-origin

APIs.io Engineering Platform Validate origin

read-only

Capability Spec

cloudflare-logpush-jobs-for-an-account.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Logpush Jobs for an Account
  description: 'APIs.io Engineering Platform Cloudflare API — Logpush Jobs for an Account. 11 operations. Lead operation:
    APIs.io Engineering Platform List fields. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - Logpush Jobs for an Account
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudflare-logpush-jobs-for-an-account
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Logpush Jobs for an Account business capability. Self-contained,
      no shared references.
    resources:
    - name: accounts-account_id-logpush-datasets-dataset_id-fields
      path: /accounts/{account_id}/logpush/datasets/{dataset_id}/fields
      operations:
      - name: getaccountsaccountidlogpushdatasetsdatasetidfields
        method: GET
        description: APIs.io Engineering Platform List fields
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataset_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-logpush-datasets-dataset_id-jobs
      path: /accounts/{account_id}/logpush/datasets/{dataset_id}/jobs
      operations:
      - name: getaccountsaccountidlogpushdatasetsdatasetidjobs
        method: GET
        description: APIs.io Engineering Platform List Logpush jobs for a dataset
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: dataset_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-logpush-jobs
      path: /accounts/{account_id}/logpush/jobs
      operations:
      - name: getaccountsaccountidlogpushjobs
        method: GET
        description: APIs.io Engineering Platform List Logpush jobs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
      - name: postaccountsaccountidlogpushjobs
        method: POST
        description: APIs.io Engineering Platform Create Logpush job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-logpush-jobs-job_id
      path: /accounts/{account_id}/logpush/jobs/{job_id}
      operations:
      - name: deleteaccountsaccountidlogpushjobsjobid
        method: DELETE
        description: APIs.io Engineering Platform Delete Logpush job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: job_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: getaccountsaccountidlogpushjobsjobid
        method: GET
        description: APIs.io Engineering Platform Get Logpush job details
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: job_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: putaccountsaccountidlogpushjobsjobid
        method: PUT
        description: APIs.io Engineering Platform Update Logpush job
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: job_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-logpush-ownership
      path: /accounts/{account_id}/logpush/ownership
      operations:
      - name: postaccountsaccountidlogpushownership
        method: POST
        description: APIs.io Engineering Platform Get ownership challenge
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-logpush-ownership-validate
      path: /accounts/{account_id}/logpush/ownership/validate
      operations:
      - name: postaccountsaccountidlogpushownershipvalidate
        method: POST
        description: APIs.io Engineering Platform Validate ownership challenge
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-logpush-validate-destination-exists
      path: /accounts/{account_id}/logpush/validate/destination/exists
      operations:
      - name: deleteaccountsaccountidlogpushvalidatedestinationexists
        method: POST
        description: APIs.io Engineering Platform Check destination exists
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-logpush-validate-origin
      path: /accounts/{account_id}/logpush/validate/origin
      operations:
      - name: postaccountsaccountidlogpushvalidateorigin
        method: POST
        description: APIs.io Engineering Platform Validate origin
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-logpush-jobs-for-an-account-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Logpush Jobs for an Account. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/logpush/datasets/{dataset-id}/fields
      name: accounts-account-id-logpush-datasets-dataset-id-fields
      description: REST surface for accounts-account_id-logpush-datasets-dataset_id-fields.
      operations:
      - method: GET
        name: getaccountsaccountidlogpushdatasetsdatasetidfields
        description: APIs.io Engineering Platform List fields
        call: cloudflare-logpush-jobs-for-an-account.getaccountsaccountidlogpushdatasetsdatasetidfields
        with:
          dataset_id: rest.dataset_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/logpush/datasets/{dataset-id}/jobs
      name: accounts-account-id-logpush-datasets-dataset-id-jobs
      description: REST surface for accounts-account_id-logpush-datasets-dataset_id-jobs.
      operations:
      - method: GET
        name: getaccountsaccountidlogpushdatasetsdatasetidjobs
        description: APIs.io Engineering Platform List Logpush jobs for a dataset
        call: cloudflare-logpush-jobs-for-an-account.getaccountsaccountidlogpushdatasetsdatasetidjobs
        with:
          dataset_id: rest.dataset_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/logpush/jobs
      name: accounts-account-id-logpush-jobs
      description: REST surface for accounts-account_id-logpush-jobs.
      operations:
      - method: GET
        name: getaccountsaccountidlogpushjobs
        description: APIs.io Engineering Platform List Logpush jobs
        call: cloudflare-logpush-jobs-for-an-account.getaccountsaccountidlogpushjobs
        with:
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: postaccountsaccountidlogpushjobs
        description: APIs.io Engineering Platform Create Logpush job
        call: cloudflare-logpush-jobs-for-an-account.postaccountsaccountidlogpushjobs
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/logpush/jobs/{job-id}
      name: accounts-account-id-logpush-jobs-job-id
      description: REST surface for accounts-account_id-logpush-jobs-job_id.
      operations:
      - method: DELETE
        name: deleteaccountsaccountidlogpushjobsjobid
        description: APIs.io Engineering Platform Delete Logpush job
        call: cloudflare-logpush-jobs-for-an-account.deleteaccountsaccountidlogpushjobsjobid
        with:
          job_id: rest.job_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: getaccountsaccountidlogpushjobsjobid
        description: APIs.io Engineering Platform Get Logpush job details
        call: cloudflare-logpush-jobs-for-an-account.getaccountsaccountidlogpushjobsjobid
        with:
          job_id: rest.job_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: putaccountsaccountidlogpushjobsjobid
        description: APIs.io Engineering Platform Update Logpush job
        call: cloudflare-logpush-jobs-for-an-account.putaccountsaccountidlogpushjobsjobid
        with:
          job_id: rest.job_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/logpush/ownership
      name: accounts-account-id-logpush-ownership
      description: REST surface for accounts-account_id-logpush-ownership.
      operations:
      - method: POST
        name: postaccountsaccountidlogpushownership
        description: APIs.io Engineering Platform Get ownership challenge
        call: cloudflare-logpush-jobs-for-an-account.postaccountsaccountidlogpushownership
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/logpush/ownership/validate
      name: accounts-account-id-logpush-ownership-validate
      description: REST surface for accounts-account_id-logpush-ownership-validate.
      operations:
      - method: POST
        name: postaccountsaccountidlogpushownershipvalidate
        description: APIs.io Engineering Platform Validate ownership challenge
        call: cloudflare-logpush-jobs-for-an-account.postaccountsaccountidlogpushownershipvalidate
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/logpush/validate/destination/exists
      name: accounts-account-id-logpush-validate-destination-exists
      description: REST surface for accounts-account_id-logpush-validate-destination-exists.
      operations:
      - method: POST
        name: deleteaccountsaccountidlogpushvalidatedestinationexists
        description: APIs.io Engineering Platform Check destination exists
        call: cloudflare-logpush-jobs-for-an-account.deleteaccountsaccountidlogpushvalidatedestinationexists
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/logpush/validate/origin
      name: accounts-account-id-logpush-validate-origin
      description: REST surface for accounts-account_id-logpush-validate-origin.
      operations:
      - method: POST
        name: postaccountsaccountidlogpushvalidateorigin
        description: APIs.io Engineering Platform Validate origin
        call: cloudflare-logpush-jobs-for-an-account.postaccountsaccountidlogpushvalidateorigin
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-logpush-jobs-for-an-account-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Logpush Jobs for an Account. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-fields
      description: APIs.io Engineering Platform List fields
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-logpush-jobs-for-an-account.getaccountsaccountidlogpushdatasetsdatasetidfields
      with:
        dataset_id: tools.dataset_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-logpush
      description: APIs.io Engineering Platform List Logpush jobs for a dataset
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-logpush-jobs-for-an-account.getaccountsaccountidlogpushdatasetsdatasetidjobs
      with:
        dataset_id: tools.dataset_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-logpush-2
      description: APIs.io Engineering Platform List Logpush jobs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-logpush-jobs-for-an-account.getaccountsaccountidlogpushjobs
      with:
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-logpush
      description: APIs.io Engineering Platform Create Logpush job
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-logpush-jobs-for-an-account.postaccountsaccountidlogpushjobs
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-logpush
      description: APIs.io Engineering Platform Delete Logpush job
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-logpush-jobs-for-an-account.deleteaccountsaccountidlogpushjobsjobid
      with:
        job_id: tools.job_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-logpush
      description: APIs.io Engineering Platform Get Logpush job details
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-logpush-jobs-for-an-account.getaccountsaccountidlogpushjobsjobid
      with:
        job_id: tools.job_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-update-logpush
      description: APIs.io Engineering Platform Update Logpush job
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-logpush-jobs-for-an-account.putaccountsaccountidlogpushjobsjobid
      with:
        job_id: tools.job_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-ownership
      description: APIs.io Engineering Platform Get ownership challenge
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: cloudflare-logpush-jobs-for-an-account.postaccountsaccountidlogpushownership
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-validate-ownership
      description: APIs.io Engineering Platform Validate ownership challenge
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: cloudflare-logpush-jobs-for-an-account.postaccountsaccountidlogpushownershipvalidate
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-check-destination
      description: APIs.io Engineering Platform Check destination exists
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: cloudflare-logpush-jobs-for-an-account.deleteaccountsaccountidlogpushvalidatedestinationexists
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-validate-origin
      description: APIs.io Engineering Platform Validate origin
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: cloudflare-logpush-jobs-for-an-account.postaccountsaccountidlogpushvalidateorigin
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.