v1
Northflank docs for LLMs
API
CLI
JS Client

Team / Container Snapshots /

List container snapshots

Gets container snapshots belonging to the team.

Required permission

Account > Platform > ContainerSnapshots > Read

Query parameters

    • per_page

      integer
      The number of results to display per request. Maximum of 100 results per page.
    • page

      integer
      The page number to access.
    • cursor

      string
      The snapshot UUID cursor returned from the previous page.
    • projectId

      string
      Filter snapshots by source project ID.
    • serviceId

      string
      Filter snapshots by source service ID.
    • state

      string
      Filter snapshots by state.
      one of
      scheduled, accepted, running, succeeded, failed, cancelled
    • trigger

      string
      Filter snapshots by trigger.
      one of
      manual, containerTermination

Response body

  • {object}
    Response object.
    • data

      {object} required
      Result data.
      • containerSnapshots

        [array] required
        • {object}
          • 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
    • pagination

      {object} required
      Data about the endpoint pagination.
      • hasNextPage

        boolean required
        Is there another page of results available?
      • cursor

        string
        The cursor to access the next page of results.
      • count

        number required
        The number of results returned by this request.
API
CLI
JS Client

GET /v1/container-snapshots

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

Example response

200 OK

A list of container snapshots.

JSON

{
  "pagination": {
    "hasNextPage": false,
    "count": 1
  }
}

© 2026 Northflank Ltd. All rights reserved.

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