Snowflake · Example Payload

Snowflake Listicebergtables Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Listicebergtables 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": "listIcebergTables",
  "method": "GET",
  "path": "/api/v2/databases/{database}/schemas/{schema}/iceberg-tables",
  "summary": "List Iceberg Tables",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listicebergtables200Example",
      "example": [
        {
          "name": "Example Title",
          "comment": "example_value",
          "change_tracking": true,
          "max_data_extension_time_in_days": 10,
          "external_volume": "example_value",
          "data_retention_time_in_days": 10,
          "catalog_sync": "example_value",
          "catalog": "example_value",
          "storage_serialization_policy": "COMPATIBLE",
          "created_on": "2026-01-15T10:30:00Z",
          "database_name": "example_value",
          "schema_name": "example_value",
          "owner": "example_value",
          "owner_role_type": "example_value",
          "iceberg_table_type": "example_value",
          "catalog_table_name": "example_value",
          "catalog_namespace": "example_value",
          "can_write_metadata": "example_value",
          "cluster_by": [
            "example_value"
          ],
          "columns": [
            {}
          ],
          "base_location": "example_value",
          "replace_invalid_characters": true,
          "auto_refresh": true,
          "metadata_file_path": "example_value",
          "constraints": [
            {}
          ]
        }
      ]
    }
  ]
}