v1

latestOpenAPI 3.1.02026-07-2414103.5 MB

Get All Snowflake Integration Tables

This endpoint lists all the tables created under a certain Snowflake integration.

get/v3/batch/snowflake/list-tables?integration_name={integration_name}

Path parameters

integration_namestring required

The name of the client's integration

Response

200

Example response

{
  "tables": [
    {
      "columns": {
        "names": [
          "domain"
        ]
      },
      "granularity": "monthly",
      "snowflake_physical_name": "my_snowflake_table_12345678",
      "table_name": "my_snowflake_table"
    }
  ]
}