---
title: "Export a slo or folder."
method: GET
path: "/v1/slos/{id}/export"
tags: ["slosLibraryManagement"]
---

# Export a slo or folder.

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

Export a slo 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 slo or folder.

- SlosLibraryBaseExport
  - `name` string, required — Name of the slo or folder.
  - `description` string — Description of the slo 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/revisions/18a824df1e78/schema)
