---
title: "Get all state publish configurations"
method: GET
path: "/eclipse-conductor/rest/v1/global/state-publishes"
tags: ["b.1) State Publishing"]
---

# Get all state publish configurations

`GET /eclipse-conductor/rest/v1/global/state-publishes`

Returns all state publish configurations. These control which entity state changes are published as events to subscribers.

## Response `200`

OK

- StatePublishConfig[]
  - `config` string
  - `connectionName` string
  - `cron` string
  - `cronTimezone` string
  - `description` string, required
  - `gapSeconds` integer
  - `lastLatencyMs` integer
  - `lastRun` string, date-time
  - `nextRun` string, date-time
  - `queueName` string
  - `sqlQuery` string, required
  - `statePublishId` integer
  - `topicName` string
  - `type` string, required
  - `uniqueId` string, required

## Other responses

- `500` — Internal Server Error

---

[API](https://skmtc.dev/eftcorp/apis/eclipse-rest-api.md) · [All operations](https://skmtc.dev/eftcorp/apis/eclipse-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eftcorp/eclipse-rest-api/revisions/9213d52d49a3/schema)
