---
title: "Read Runtime Status"
method: GET
path: "/api/postgres/runtime-status"
tags: ["postgres"]
---

# Read Runtime Status

`GET /api/postgres/runtime-status`

Return whether the acting user has connected Postgres, to their runtime.

The skill catalog probes this to tell the agent when Postgres is unset,
so it says so instead of failing a query to find out.

## Response `200`

Successful Response

- StatusResponse — Whether the acting user has a connection URL stored.
  - `connected` boolean, required

## Changes

- **2026-08-30** `f4de1bab5efb` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/postgres/runtime-status/get.md)

---

[API](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api.md) · [All operations](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/quadrillion/quadrillion-cloud-api/revisions/f4de1bab5efb/schema)
