fetch Service Status

GET {{baseUrl}}/api/v2/databases/:database/schemas/:schema/services/:name/status?timeout=<integer>

Fetch the status for a given service.

Request Params

KeyDatatypeRequiredDescription
timeoutstringNumber of seconds to wait for the service to reach a steady state (for example, READY) before returning the status. If the service does not reach a steady state within the specified time, Snowflake returns the current state.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;system$get_service_status&quot;:&quot;\u003cstring\u003e&quot;}