---
title: "Get Snowflake Stage Response"
method: GET
path: "/lineage/snowflake_stage"
tags: ["Lineage"]
deprecated: true
---

# Get Snowflake Stage Response

`GET /lineage/snowflake_stage`

> **Deprecated.**

## Query parameters

- `table_rk` string

## Response `200`

Successful Response

- SnowflakeStageResponse
  - `rk` string, required
  - `name` string, required
  - `stage_url` string, nullable
  - `stage_region` string, nullable
  - `stage_type` string, nullable
  - `stage_owner` string, nullable

## Other responses

- `400` — Not supported for public user
- `403` — Not supported for public user
- `422` — Validation Error

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/myaltimate/fastapi/revisions/82206441f16e/schema)
