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
Key | Datatype | Required | Description |
---|---|---|---|
timeout | string | Number 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
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"system$get_service_status":"\u003cstring\u003e"}