v1
Northflank docs for LLMs
API
CLI
JS Client

Team / Container Snapshots /

Get container snapshot

Gets a container snapshot.

Required permission

Account > Platform > ContainerSnapshots > Read

Path parameters

    • snapshotId

      string required
      Container snapshot UUID

Response body

  • {object}
    Response object.
    • data

      {object} required
      Result data.
      • id

        string required
      • trigger

        string required
        one of
        manual, containerTermination
      • state

        string required
        one of
        scheduled, accepted, running, succeeded, failed, cancelled
      • source

        {object} required
        • projectId

          string required
        • nfObject

          {object} required
          • id

            string required
          • type

            string required
            one of
            job, service, harness, addon, volume, opentofu-job, llm-model-deployment, external-addon
      • target

        {object} required
        • podName

          string required
      • compatibility

        {object} required
        • runtime

          string required
          one of
          kata
        • architecture

          string required
          one of
          x86, arm
        • baseImageDigest

          string
          pattern
          ^sha256:[0-9a-f]{64}$
      • parentSnapshotId

        string
      • inUse

        boolean required
      • result

        {object}
        • sizeBytes

          integer required
      • error

        {object}
        • code

          string required
        • message

          string required
        • retryable

          boolean required
      • requestedAt

        string
      • deadline

        string
      • lastTransitionTime

        string required
      • startedAt

        string
      • completedAt

        string
      • createdAt

        string required
      • updatedAt

        string required
API
CLI
JS Client

GET /v1/container-snapshots/{snapshotId}

GET /v1/teams/{teamId}/container-snapshots/{snapshotId}

Example response

200 OK

Container snapshot details.

JSON

© 2026 Northflank Ltd. All rights reserved.

northflank.com / Terms / Privacy / feedback@northflank.com