Manage stages¶
The Snowflake REST Stage API provides the following endpoints to manage Snowflake stages:
Endpoint |
Description |
---|---|
|
Lists stages under the database and schema, with show options as query parameters. |
|
Creates a stage with standard create modifiers as query parameters. |
|
Fetches a stage using the describe command output. |
|
Deletes the stage with the specified name. |
|
Lists the files in the specified stage. |
|
Generates a pre-signed URL. |
For reference documentation, see Snowflake Stage API reference.