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

# Read Runtime Status

`GET /api/snowflake/runtime-status`

Return the acting user's authorization state to their runtime.

Same answer as ``/status``, on the other side of the auth split this router
keeps: a kernel holds an internal principal and no cookie, so the session
dependency ``/status`` uses rejects it. The skill catalog probes this to
decide whether to tell the agent Snowflake is unconnected.

## Response `200`

Successful Response

- QuadrillionCloudApiRoutersSnowflakeGrantStatusResponse — The acting user's authorization state.
  - `connected` boolean, required
  - `state` string, nullable
  - `state_reason` string, nullable
  - `snowflake_username` string, nullable
  - `account_identifier` string, nullable
  - `role` string, nullable
  - `reconnect_required` boolean

## Changes

- **2026-08-25** `7c2c045c836c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/quadrillion/apis/quadrillion-cloud-api/changes/api/snowflake/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)
