---
title: "Show status of a node (suite, family or task)"
method: GET
path: "/suites/{nodeName}/status"
tags: ["nodes"]
---

# Show status of a node (suite, family or task)

`GET /suites/{nodeName}/status`

## Path parameters

- `nodeName` string, required

## Query parameters

- `filter` string

## Response `200`

Status of the node

- object
  - `default_status` string
  - `status` string
  - `why` object
    - `bottom_up_why` string[]
    - `top_down_why` string[]

## Other responses

- `default` — unexpected error

---

[API](https://skmtc.dev/ecmwf/apis/ecflow-rest-api.md) · [All operations](https://skmtc.dev/ecmwf/apis/ecflow-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ecmwf/ecflow-rest-api/revisions/80c90e3b91b2/schema)
