Flyte · Capability

Flyte Admin API — DataProxy

Flyte Admin API — DataProxy. 1 operations. Lead operation: Retrieve signed data URLs for a workflow execution. Self-contained Naftiko capability covering one Flyte business surface.

Run with Naftiko FlyteDataProxy

What You Can Do

GET
Getexecutiondata — Retrieve signed data URLs for a workflow execution
/v1/api/v1/data/executions/{id-project}/{id-domain}/{id-name}

MCP Tools

retrieve-signed-data-urls-workflow

Retrieve signed data URLs for a workflow execution

read-only idempotent

Capability Spec

admin-dataproxy.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Flyte Admin API — DataProxy
  description: 'Flyte Admin API — DataProxy. 1 operations. Lead operation: Retrieve signed data URLs for a workflow execution.
    Self-contained Naftiko capability covering one Flyte business surface.'
  tags:
  - Flyte
  - DataProxy
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    FLYTE_API_KEY: FLYTE_API_KEY
capability:
  consumes:
  - type: http
    namespace: admin-dataproxy
    baseUri: http://localhost:30080
    description: Flyte Admin API — DataProxy business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-data-executions-id.project-id.domain-id.name
      path: /api/v1/data/executions/{id.project}/{id.domain}/{id.name}
      operations:
      - name: getexecutiondata
        method: GET
        description: Retrieve signed data URLs for a workflow execution
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: id.project
          in: path
          type: string
          required: true
        - name: id.domain
          in: path
          type: string
          required: true
        - name: id.name
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: admin-dataproxy-rest
    port: 8080
    description: REST adapter for Flyte Admin API — DataProxy. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/v1/data/executions/{id-project}/{id-domain}/{id-name}
      name: api-v1-data-executions-id-project-id-domain-id-name
      description: REST surface for api-v1-data-executions-id.project-id.domain-id.name.
      operations:
      - method: GET
        name: getexecutiondata
        description: Retrieve signed data URLs for a workflow execution
        call: admin-dataproxy.getexecutiondata
        with:
          id.project: rest.id.project
          id.domain: rest.id.domain
          id.name: rest.id.name
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: admin-dataproxy-mcp
    port: 9090
    transport: http
    description: MCP adapter for Flyte Admin API — DataProxy. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: retrieve-signed-data-urls-workflow
      description: Retrieve signed data URLs for a workflow execution
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: admin-dataproxy.getexecutiondata
      with:
        id.project: tools.id.project
        id.domain: tools.id.domain
        id.name: tools.id.name
      outputParameters:
      - type: object
        mapping: $.