---
title: "Export a monitor or folder."
method: GET
path: "/v1/monitors/{id}/export"
tags: ["monitorsLibraryManagement"]
---

# Export a monitor or folder.

`GET /v1/monitors/{id}/export`

Export a monitor or folder. If the given identifier is a folder, everything under the folder is exported recursively with folder as the root.

## Path parameters

- `id` string, required

## Response `200`

Exported monitor or folder.

- MonitorsLibraryBaseExport
  - `name` string, required — Name of the monitor or folder.
  - `description` string — Description of the monitor or folder.
  - `type` string, required — Type of the object model.

## Other responses

- `default` — Operation failed with an error.

---

[API](https://skmtc.net/sumologic/apis/sumo-logic-api.md) · [All operations](https://skmtc.net/sumologic/apis/sumo-logic-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sumologic/sumo-logic-api/versions/18a824df1e78/schema)
