How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Snowflake iceberg-table API

The iceberg-table API from Snowflake — 14 operation(s) for iceberg-table.

Snowflake iceberg-table API is one of 49 APIs that Snowflake publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 2 JSON Schema definitions.

Tagged areas include iceberg-table. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, a JSON-LD context, and 2 JSON Schemas.

This API exposes 19 operations across 17 paths, and defines 24 schemas. It is described by OpenAPI 3.2.0, at version 0.0.1.

Requests are made against a single base URL, https://org-account.snowflakecomputing.com.

19 operations 17 paths 24 schemas 1 DELETE3 GET15 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
0.0.1
Base URL
https://org-account.snowflakecomputing.com
Authentication
custom, custom, custom, custom
Resource Areas
1

Authentication & Security 4

Snowflake iceberg-table API declares 4 security schemes for authenticating requests. It defines a custom scheme (KeyPair). It defines a custom scheme (ExternalOAuth). It defines a custom scheme (SnowflakeOAuth). It defines a custom scheme (ProgrammaticAccessToken).

Paths & Operations 19

Across 17 paths, the API surfaces 19 operations — 1 DELETE, 3 GET, 15 POST. Each is listed below with its method, path, parameters, and response codes.

iceberg-table 19
GET
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables
List Iceberg Tables
listIcebergTables 7 params → 200202400401403404405408
POST
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables
Create a Snowflake Managed Iceberg Table (clone and Undrop Are Separate Subresources)
createSnowflakeManagedIcebergTable 4 params body → 200202400401403404405408
POST
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables:as-select
Create a Snowflake Managed Iceberg Table as Select
createSnowflakeManagedIcebergTableAsSelect 5 params body → 200202400401403404405408
POST
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables:from-aws-glue-catalog
Create an Unmanaged Iceberg Table From Aws Glue Catalog
createUnmanagedIcebergTableFromAWSGlueCatalog 3 params body → 200202400401403404405408
POST
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables:from-delta
Create an Unmanaged Iceberg Table From Delta
createUnmanagedIcebergTableFromDelta 3 params body → 200202400401403404405408
POST
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables:from-iceberg-files
Create an Unmanaged Iceberg Table From Iceberg Files
createUnmanagedIcebergTableFromIcebergFiles 3 params body → 200202400401403404405408
POST
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables:from-iceberg-rest
Create an Unmanaged Iceberg Table From Iceberg Rest
createUnmanagedIcebergTableFromIcebergRest 3 params body → 200202400401403404405408
GET
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables/{name}
Describe Iceberg Table
fetchIcebergTable 3 params → 200202400401403404405408
DELETE
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables/{name}
Drop Iceberg Table
dropIcebergTable 5 params → 200202400401403404405408
POST
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables/{name}:resume-recluster
Resume Recluster of an Iceberg Table
resumeReclusterIcebergTable 4 params → 200202400401403404405408
POST
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables/{name}:suspend-recluster
Suspend Recluster of an Iceberg Table
suspendReclusterIcebergTable 4 params → 200202400401403404405408
POST
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables/{name}:refresh
Refreshes the Metadata for an Apache Iceberg Table That Uses an External Iceberg Catalog
refreshIcebergTable 4 params body → 200202400401403404405408
POST
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables/{name}:convert-to-managed
Converts an Apache Iceberg™ Table That Uses an External Iceberg Catalog Into a Table That Uses Snowflake as the Catalog
convertToManagedIcebergTable 4 params body → 200202400401403404405408
POST
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables/{name}:undrop
Undrop Iceberg Table
undropIcebergTable 3 params → 200202400401403404405408
POST
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables/{name}:clone
Clone a Snowflake Managed Iceberg Table
cloneSnowflakeManagedIcebergTable 7 params body → 200202400401403404405408
POST
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables/{name}:create-like
Create Iceberg Table Like
createSnowflakeManagedIcebergTableLike 7 params body → 200202400401403404405408
POST
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables/{name}:set-tags
Set tags on an Iceberg table.
setTags 4 params body → 200202400401403404405408
POST
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables/{name}:unset-tags
Unset tags from an Iceberg table.
unsetTags 4 params body → 200202400401403404405408
GET
/api/v2/databases/{database}/schemas/{schema}/iceberg-tables/{name}:get-tags
Get the tag assignments for an Iceberg table.
getTags 4 params → 200202400401403404405408

Schemas 24

The contract defines 24 schemas that model the data the API accepts and returns. The most detailed are IcebergTable_2 (25 properties), IcebergTable (25 properties), IcebergTableFromAWSGlueCatalog_2 (8 properties), IcebergTableFromIcebergRest_2 (8 properties). Each schema is shown below with its type and property counts.

IcebergTableFromIcebergRest
object
Creates or replaces an Apache Iceberg™ table in the current/specified schema for an Iceberg REST catalog.
8 properties 2 required
IcebergTableAsSelect
object
Create iceberg table as select
6 properties 2 required
IcebergTableLike
object
Create iceberg table as select
5 properties 1 required
Constraint
object
Constraints define integrity and consistency rules for data stored in tables.
3 properties
IcebergTableFromIcebergFiles
object
Create iceberg table from Iceberg files
6 properties 2 required
IcebergTableColumn
object
A column in the snowflake catalog iceberg table
5 properties 2 required
ConvertToManagedIcebergTableRequest
object
Request model for convert to managed iceberg table
2 properties
RefreshIcebergTableRequest
object
Request model for refreshing iceberg table
1 property
IcebergTableFromAWSGlueCatalog
object
Create iceberg table from AWS Glue catalog
8 properties 2 required
IcebergTableFromDelta
object
Create iceberg table from Delta
6 properties 2 required
IcebergTableClone
object
Clone iceberg table
2 properties 1 required
IcebergTable
object
A Snowflake iceberg table
25 properties 1 required
IcebergTableFromIcebergRest_2
object
Creates or replaces an Apache Iceberg™ table in the current/specified schema for an Iceberg REST catalog.
8 properties 2 required
IcebergTableAsSelect_2
object
Create iceberg table as select
6 properties 1 required
IcebergTableLike_2
object
Create iceberg table as select
5 properties 1 required
Constraint_2
object
Constraints define integrity and consistency rules for data stored in tables.
3 properties
IcebergTableFromIcebergFiles_2
object
Create iceberg table from Iceberg files
6 properties 2 required
IcebergTableColumn_2
object
A column in the snowflake catalog iceberg table
5 properties 2 required
ConvertToManagedIcebergTableRequest_2
object
Request model for convert to managed iceberg table
2 properties
RefreshIcebergTableRequest_2
object
Request model for refreshing iceberg table
1 property
IcebergTableFromAWSGlueCatalog_2
object
Create iceberg table from AWS Glue catalog
8 properties 2 required
IcebergTableFromDelta_2
object
Create iceberg table from Delta
6 properties 2 required
IcebergTableClone_2
object
Clone iceberg table
2 properties 1 required
IcebergTable_2
object
A Snowflake iceberg table
25 properties 1 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

snowflake-iceberg-table-api-openapi.yml Raw ↑

Other APIs Snowflake publishes across the network.

Snowflake Artifact Repository API
Cortex Embed API
Snowflake Network Rule API
Snowflake Password Policy API
Snowflake Secret API
Snowflake Sequence API
Snowflake Spark Connect API
Snowflake Streamlit API
Snowflake Tag API
Cortex Agents API
Snowpipe REST API
Snowflake account API
Where this information came from

This is an independent, third-party profile of Snowflake iceberg-table API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.