---
title: "Get coordinator service status"
method: GET
path: "/services/coordinator"
tags: ["system"]
---

# Get coordinator service status

`GET /services/coordinator`

Returns status information about all registered coordinator instances. Developer, manager, or admin only.

## Query parameters

- `remoteNode` string

## Response `200`

A successful response

- CoordinatorStatusResponse — Response containing status of all coordinator instances
  - `coordinators` CoordinatorInstance[], required — List of all registered coordinator instances
    - `instanceId` string, required — Unique identifier of the coordinator instance
    - `host` string, required — Hostname where coordinator is running
    - `status` 'active' | 'inactive' | 'unknown', required — Coordinator status
    - `startedAt` string, required — RFC3339 timestamp when coordinator started
    - `port` integer, required — Port number the coordinator is listening on

## Other responses

- `default` — Generic error response

---

[API](https://skmtc.net/dagucloud/apis/dagu.md) · [All operations](https://skmtc.net/dagucloud/apis/dagu/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dagucloud/dagu/revisions/93cc41f2018a/schema)
