---
title: "GET /exporters/{name}/status"
method: GET
path: "/exporters/{name}/status"
tags: ["Exporters"]
---

# GET /exporters/{name}/status

`GET /exporters/{name}/status`

## Path parameters

- `name` string, required

## Response `200`

Exporter status information.

- ExporterStatus
  - `name` string, required — Name of the exporter.
  - `state` 'STARTING' | 'RUNNING' | 'PAUSED', required — Current state of the exporter.
  - `offset` integer, required — The current offset of the exporter.
  - `ts` integer, required — Timestamp of the last known exporter activity.
  - `trace` string, required — Error trace or message, if any.

## 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)
