---
title: "Check Runtime Status"
method: GET
path: "/v1/status"
tags: ["General"]
---

# Check Runtime Status

`GET /v1/status`

Return the status of all connections (http, flight, metrics, opentelemetry) in the runtime.

## Query parameters

- `format` 'json' | 'csv'

## Response `200`

List of connection statuses

- ConnectionDetails[]
  - `endpoint` string, required — The endpoint of the connection (e.g., URL or IP address)
  - `name` string, required — The name of the connection (e.g., "http", "flight", "metrics", "opentelemetry")
  - `status` 'Initializing' | 'Ready' | 'Disabled' | 'Error' | 'Refreshing' | 'ShuttingDown', required — Represents the status of a component (e.g. dataset, model, etc).

## Other responses

- `500` — Error converting to CSV

## Changes

- **2025-03-18** `dd94571fef79` — 1 breaking, 6 warning, 1 info
  - the `items/status` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - added the new `Disabled` enum value to the `items/status` response property for the response status `200`
  - added the new `Error` enum value to the `items/status` response property for the response status `200`
  - added the new `Initializing` enum value to the `items/status` response property for the response status `200`
  - …4 more

[Change history](https://skmtc.dev/spiceai/apis/runtime/changes/v1/status/get.md)

---

[API](https://skmtc.dev/spiceai/apis/runtime.md) · [All operations](https://skmtc.dev/spiceai/apis/runtime/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/spiceai/runtime/revisions/dd94571fef79/schema)
