# Import/Export Schemas/Policies APIs

Endpoints for importing and exporting Guardian policies and schemas using Excel (`.xlsx`) files. Useful for bulk data entry and schema design using spreadsheet tools.

**Authentication:** Bearer token required (`Authorization: Bearer <token>`)

**Permission:** Standard Registry role required.

***

| Method | Endpoint                                  | Description                                        | Auth Required |
| ------ | ----------------------------------------- | -------------------------------------------------- | ------------- |
| `GET`  | `/api/v1/policies/{policyId}/export/xlsx` | Exports a policy as an Excel file                  | Yes           |
| `POST` | `/api/v1/policies/import/xlsx`            | Imports a policy from an Excel file                | Yes           |
| `POST` | `/api/v1/policies/push/import/xlsx`       | Imports a policy from an Excel file asynchronously | Yes           |
| `POST` | `/api/v1/policies/import/xlsx/preview`    | Previews a policy from an Excel file               | Yes           |
| `GET`  | `/api/v1/schemas/{schemaId}/export/xlsx`  | Exports a schema as an Excel file                  | Yes           |
| `POST` | `/api/v1/schemas/import/xlsx`             | Imports a schema from an Excel file                | Yes           |
| `POST` | `/api/v1/schemas/push/import/xlsx`        | Imports a schema from an Excel file asynchronously | Yes           |
| `POST` | `/api/v1/schemas/import/xlsx/preview`     | Previews a schema from an Excel file               | Yes           |
| `GET`  | `/api/v1/schemas`                         | Returns a list of schemas                          | Yes           |

## Endpoints

* [Exporting Policy to Excel](/docs/develop/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/exporting-policy-to-excel.md)
* [Import Policy from Excel File](/docs/develop/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/import-policy-from-excel-file.md)
* [Import Policy from Excel File Asynchronously](/docs/develop/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/import-policy-from-excel-file-asynchronously.md)
* [Policy Preview from Excel File](/docs/develop/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/policy-preview-from-excel-file.md)
* [Returns Schema in Excel File Format](/docs/develop/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/returns-schema-in-excel-file-format.md)
* [Imports New Schema from Excel File](/docs/develop/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/imports-new-schema-from-excel-file.md)
* [Imports New Schema from Excel File Asynchronously](/docs/develop/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/imports-new-schema-from-excel-file-asynchronously.md)
* [Previews Schema from Excel File](/docs/develop/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/previews-schema-from-excel-file.md)
* [Returns List of Schemas](/docs/develop/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis/returns-list-of-schemas.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guardian.hedera.com/docs/develop/guardian/standard-registry/import-export-in-excel/import-export-schemas-policies-apis.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
