---
title: "Gets the content information at the root of the image store."
method: GET
path: "/ImageStore"
tags: ["ImageStore"]
---

# Gets the content information at the root of the image store.

`GET /ImageStore`

Returns the information about the image store content at the root of the image store.

## Query parameters

- `api-version` '6.0', required
- `timeout` integer

## Response `200`

A successful operation will return 200 status code and the requested image store content information.

- ImageStoreContent — Information about the image store content.
  - `StoreFiles` FileInfo[] — The list of image store file info objects represents files found under the given image store relative path.
    - `FileSize` string — The size of file in bytes.
    - `FileVersion` FileVersion — Information about the version of image store file.
      - `VersionNumber` string — The current image store version number for the file is used in image store for checking whether it need to be updated.
      - `EpochDataLossNumber` string — The epoch data loss number of image store replica when this file entry was updated or created.
      - `EpochConfigurationNumber` string — The epoch configuration version number of the image store replica when this file entry was created or updated.
    - `ModifiedDate` string, date-time — The date and time when the image store file was last modified.
    - `StoreRelativePath` string — The file path relative to the image store root path.
  - `StoreFolders` FolderInfo[] — The list of image store folder info objects represents subfolders found under the given image store relative path.
    - `StoreRelativePath` string — The remote location within image store. This path is relative to the image store root.
    - `FileCount` string — The number of files from within the image store folder.

## Other responses

- `default` — The detailed error response.

---

[API](https://skmtc.net/azure/apis/servicefabric-servicefabric.md) · [All operations](https://skmtc.net/azure/apis/servicefabric-servicefabric/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/servicefabric-servicefabric/versions/6ebed3032b57/schema)
