Determined AI · Capability

Determined AI REST API — Checkpoints

Determined AI REST API — Checkpoints. 1 operations. Lead operation: Get checkpoint. Self-contained Naftiko capability covering one Determined Ai business surface.

Run with Naftiko Determined AiCheckpoints

What You Can Do

GET
Getcheckpoint — Get checkpoint
/v1/api/v1/checkpoints/{checkpointuuid}

MCP Tools

get-checkpoint

Get checkpoint

read-only idempotent

Capability Spec

determined-ai-checkpoints.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Determined AI REST API — Checkpoints
  description: 'Determined AI REST API — Checkpoints. 1 operations. Lead operation: Get checkpoint. Self-contained Naftiko
    capability covering one Determined Ai business surface.'
  tags:
  - Determined Ai
  - Checkpoints
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DETERMINED_AI_API_KEY: DETERMINED_AI_API_KEY
capability:
  consumes:
  - type: http
    namespace: determined-ai-checkpoints
    baseUri: https://master.example.com
    description: Determined AI REST API — Checkpoints business capability. Self-contained, no shared references.
    resources:
    - name: api-v1-checkpoints-checkpointUuid
      path: /api/v1/checkpoints/{checkpointUuid}
      operations:
      - name: getcheckpoint
        method: GET
        description: Get checkpoint
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: checkpointUuid
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.DETERMINED_AI_API_KEY}}'
  exposes:
  - type: rest
    namespace: determined-ai-checkpoints-rest
    port: 8080
    description: REST adapter for Determined AI REST API — Checkpoints. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v1/checkpoints/{checkpointuuid}
      name: api-v1-checkpoints-checkpointuuid
      description: REST surface for api-v1-checkpoints-checkpointUuid.
      operations:
      - method: GET
        name: getcheckpoint
        description: Get checkpoint
        call: determined-ai-checkpoints.getcheckpoint
        with:
          checkpointUuid: rest.checkpointUuid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: determined-ai-checkpoints-mcp
    port: 9090
    transport: http
    description: MCP adapter for Determined AI REST API — Checkpoints. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-checkpoint
      description: Get checkpoint
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: determined-ai-checkpoints.getcheckpoint
      with:
        checkpointUuid: tools.checkpointUuid
      outputParameters:
      - type: object
        mapping: $.