Flyte · Capability

Flyte Admin API — TaskExecutions

Flyte Admin API — TaskExecutions. 1 operations. Lead operation: List task executions for a node execution. Self-contained Naftiko capability covering one Flyte business surface.

Run with Naftiko FlyteTaskExecutions

What You Can Do

GET
Listtaskexecutions — List task executions for a node execution
/v1/api/v1/task-executions/{node-execution-id-execution-id-project}/{node-execution-id-execution-id-domain}/{node-execution-id-execution-id-name}/{node-execution-id-node-id}

MCP Tools

list-task-executions-node-execution

List task executions for a node execution

read-only idempotent

Capability Spec

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