Apigee · Capability

Apigee Integrations API — Executions

Apigee Integrations API — Executions. 2 operations. Lead operation: Apigee List Executions. Self-contained Naftiko capability covering one Apigee business surface.

Run with Naftiko ApigeeExecutions

What You Can Do

GET
Listexecutions — Apigee List Executions
/v1/projects/{projectid}/locations/{locationid}/products/{productid}/integrations/{integrationid}/executions
GET
Getexecution — Apigee Get an Execution
/v1/projects/{projectid}/locations/{locationid}/products/{productid}/integrations/{integrationid}/executions/{executionid}

MCP Tools

apigee-list-executions

Apigee List Executions

read-only idempotent
apigee-get-execution

Apigee Get an Execution

read-only idempotent

Capability Spec

integrations-executions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Apigee Integrations API — Executions
  description: 'Apigee Integrations API — Executions. 2 operations. Lead operation: Apigee List Executions. Self-contained
    Naftiko capability covering one Apigee business surface.'
  tags:
  - Apigee
  - Executions
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APIGEE_API_KEY: APIGEE_API_KEY
capability:
  consumes:
  - type: http
    namespace: integrations-executions
    baseUri: https://integrations.googleapis.com/v1
    description: Apigee Integrations API — Executions business capability. Self-contained, no shared references.
    resources:
    - name: projects-projectId-locations-locationId-products-productId-integrations-integrat
      path: /projects/{projectId}/locations/{locationId}/products/{productId}/integrations/{integrationId}/executions
      operations:
      - name: listexecutions
        method: GET
        description: Apigee List Executions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: Filter expression (e.g., by status or time range).
        - name: orderBy
          in: query
          type: string
          description: Field to order results by.
    - name: projects-projectId-locations-locationId-products-productId-integrations-integrat
      path: /projects/{projectId}/locations/{locationId}/products/{productId}/integrations/{integrationId}/executions/{executionId}
      operations:
      - name: getexecution
        method: GET
        description: Apigee Get an Execution
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.APIGEE_API_KEY}}'
  exposes:
  - type: rest
    namespace: integrations-executions-rest
    port: 8080
    description: REST adapter for Apigee Integrations API — Executions. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/locations/{locationid}/products/{productid}/integrations/{integrationid}/executions
      name: projects-projectid-locations-locationid-products-productid-integrations-integrat
      description: REST surface for projects-projectId-locations-locationId-products-productId-integrations-integrat.
      operations:
      - method: GET
        name: listexecutions
        description: Apigee List Executions
        call: integrations-executions.listexecutions
        with:
          filter: rest.filter
          orderBy: rest.orderBy
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/projects/{projectid}/locations/{locationid}/products/{productid}/integrations/{integrationid}/executions/{executionid}
      name: projects-projectid-locations-locationid-products-productid-integrations-integrat
      description: REST surface for projects-projectId-locations-locationId-products-productId-integrations-integrat.
      operations:
      - method: GET
        name: getexecution
        description: Apigee Get an Execution
        call: integrations-executions.getexecution
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: integrations-executions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Apigee Integrations API — Executions. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: apigee-list-executions
      description: Apigee List Executions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: integrations-executions.listexecutions
      with:
        filter: tools.filter
        orderBy: tools.orderBy
      outputParameters:
      - type: object
        mapping: $.
    - name: apigee-get-execution
      description: Apigee Get an Execution
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: integrations-executions.getexecution
      outputParameters:
      - type: object
        mapping: $.