Snowflake · Example Payload

Snowflake Listalerts Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Listalerts Example is an example object payload from Snowflake, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "listAlerts",
  "method": "GET",
  "path": "/api/v2/databases/{database}/schemas/{schema}/alerts",
  "summary": "List Alerts",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listalerts200Example",
      "example": [
        {
          "name": "Example Title",
          "comment": "example_value",
          "schedule": {
            "schedule_type": "example_value"
          },
          "warehouse": "example_value",
          "condition": "example_value",
          "action": "example_value",
          "created_on": "2026-01-15T10:30:00Z",
          "database_name": "example_value",
          "schema_name": "example_value",
          "owner": "example_value",
          "owner_role_type": "example_value",
          "state": "example_value"
        }
      ]
    }
  ]
}