Manage tasks¶
The Snowflake REST Task API provides the following endpoints to access, update, and perform certain actions on task resources in a Snowflake database:
Endpoint |
Description |
---|---|
|
Lists tasks under the database and schema. |
|
Creates a task, with standard create modifiers as query parameters. |
|
Fetches a task. |
|
Creates (or alters an existing) task. |
|
Deletes a task. |
|
Executes a task. |
|
Resumes a suspended task. |
|
Suspends an active task. |
|
Fetches the dependent tasks of a task. |
|
Deprecated. Use the replacement endpoint below. |
|
Gets the graph runs that are executing or scheduled for the task for the next 8 days. |
|
Deprecated. Use the replacement endpoint below. |
|
Gets the graph runs that are completed for the task. |
For reference documentation, see Snowflake Task API reference.