APIs.io
Search
Providers
Tags
Add API
About
Support
Blog
Search
Home
Snowflake
QueryStatus
Snowflake
· Schema
QueryStatus
Status of a query that is in progress or has completed successfully.
Data Lakes
Data Sharing
Data Warehousing
Database
SQL
Properties
Name
Type
Description
code
string
Status code for the query execution.
sqlState
string
SQL state code.
message
string
Message describing the status of the query.
statementHandle
string
Handle that uniquely identifies the statement. You can use this handle to check the status of the statement and retrieve the result set.
createdOn
integer
Timestamp that specifies when the statement execution started. The timestamp is expressed in milliseconds since the epoch.
statementStatusUrl
string
URL that you can use to check the status of the execution of the statement and retrieve the result set.
View JSON Schema on GitHub