---
title: "Get the maintenance microsite for an application."
method: GET
path: "/applications/{id}/maintenance-microsite"
tags: ["applications"]
---

# Get the maintenance microsite for an application.

`GET /applications/{id}/maintenance-microsite`

Will return the maintenance microsite file for an application.

## Path parameters

- `id` string, required

## Response `200`

The call was successful.

- MicrositeFile — A file object
  - `updated` string — An iso8601 formatted timestamp
  - `name` string
  - `role` 'microsite' | 'waf-rules'
  - `content_type` string
  - `details` MicrositeArchiveDetails — Details for a microsite archive file
    - `files` MicrositeFileDetails[] — Files contained in the microsite archive
      - `path` string — Path of the file relative to its root
      - `size` number — The size of the file in bytes
      - `updated` string — An iso8601 formatted timestamp

---

[API](https://skmtc.dev/webscale/apis/webscale-apis.md) · [All operations](https://skmtc.dev/webscale/apis/webscale-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/webscale/webscale-apis/revisions/c98d872b50cb/schema)
