Temporal · Capability

Temporal Cloud Operations API — Async Operations

Temporal Cloud Operations API — Async Operations. 1 operations. Lead operation: Get Async Operation Status. Self-contained Naftiko capability covering one Temporal business surface.

Run with Naftiko TemporalAsync Operations

What You Can Do

GET
Getasyncoperation — Get Async Operation Status
/v1/api/v1/async-operations/{asyncoperationid}

MCP Tools

get-async-operation-status

Get Async Operation Status

read-only idempotent

Capability Spec

cloud-ops-async-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Temporal Cloud Operations API — Async Operations
  description: 'Temporal Cloud Operations API — Async Operations. 1 operations. Lead operation: Get Async Operation Status.
    Self-contained Naftiko capability covering one Temporal business surface.'
  tags:
  - Temporal
  - Async Operations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    TEMPORAL_API_KEY: TEMPORAL_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloud-ops-async-operations
    baseUri: https://saas-api.tmprl.cloud
    description: Temporal Cloud Operations API — Async Operations business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-async-operations-asyncOperationId
      path: /api/v1/async-operations/{asyncOperationId}
      operations:
      - name: getasyncoperation
        method: GET
        description: Get Async Operation Status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: asyncOperationId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.TEMPORAL_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloud-ops-async-operations-rest
    port: 8080
    description: REST adapter for Temporal Cloud Operations API — Async Operations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/v1/async-operations/{asyncoperationid}
      name: api-v1-async-operations-asyncoperationid
      description: REST surface for api-v1-async-operations-asyncOperationId.
      operations:
      - method: GET
        name: getasyncoperation
        description: Get Async Operation Status
        call: cloud-ops-async-operations.getasyncoperation
        with:
          asyncOperationId: rest.asyncOperationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloud-ops-async-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Temporal Cloud Operations API — Async Operations. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: get-async-operation-status
      description: Get Async Operation Status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloud-ops-async-operations.getasyncoperation
      with:
        asyncOperationId: tools.asyncOperationId
      outputParameters:
      - type: object
        mapping: $.