---
title: "Get the configuration and metadata of a schema exporter."
method: GET
path: "/exporters/{name}"
tags: ["Exporters"]
---

# Get the configuration and metadata of a schema exporter.

`GET /exporters/{name}`

Returns information about the specified schema exporter, including its context, subjects, and configuration.

## Path parameters

- `name` string, required

## Response `200`

Schema exporter information.

- Exporter
  - `name` string, required — The name of the exporter.
  - `contextType` 'CUSTOM' | 'NONE' | 'AUTO', required — The type of context for the exporter.
  - `context` string — The custom context if contextType is CUSTOM.
  - `subjects` string[] — List of subjects that the exporter is exporting.
  - `subjectRenameFormat` string — Format for renaming subject names in the destination cluster.
  - `config` object, required — Map of configuration properties for the exporter.

## Other responses

- `404` — Error returned by the Schema Registry API

---

[API](https://skmtc.net/apicurio/apis/apicurio-registry-confluent-compatibility-api.md) · [All operations](https://skmtc.net/apicurio/apis/apicurio-registry-confluent-compatibility-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/apicurio/apicurio-registry-confluent-compatibility-api/revisions/933e587f2d85/schema)
