---
sourceDocument: Zurich Enable AI
sourceDocumentLink: https://www.servicenow.com/docs/r/zurich/intelligent-experiences

 Release :

    - zurich

ft:locale :

    - en-US

ft:publication_title :

    - Zurich Enable AI

ft:clusterId :

    - platai

bundleId :

    - platai

workflow :

    - Platform


---

# Snowflake Statements API Reference

# Snowflake Statements API Reference {#ariaid-title1}

* Release version: Zurich
* 
* Updated May 5, 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

The connector uses the Snowflake Statements API to query AI assets and usage data. The following queries are executed during discovery and usage collection.

## Asset Discovery Queries {#apis-used-for-snowflake__section_znq_gdt_mjc}

|-|-|
| Query | Description |
| Show Accounts | Retrieves a list of all Snowflake accounts accessible with the provided credentials. |
| Show Agents | Discovers all AI agents configured in your Snowflake account. |
| Describe Agent | Retrieves comprehensive metadata for a specific agent, including configuration, capabilities, and runtime parameters. |
| Query Model Versions | Retrieves detailed version history and metadata for AI models from the information schema. |
| Describe Model | Fetches comprehensive model metadata including type, ownership, version information, and configuration. |
| Describe Fine-Tuning Job | Retrieves status, metrics, and output details for completed fine-tuning jobs. |
[ ]

{#apis-used-for-snowflake__table_a4q_gdt_mjc}

## Usage Analytics Query {#apis-used-for-snowflake__section_b4q_gdt_mjc}

The connector queries the SNOWFLAKE.LOCAL.AI_OBSERVABILITY_EVENTS table to collect AI agent usage data.

This query analyses usage within a specified time window and returns the following data:

* Session IDs
* Agent names
* Users
* Database and schema names
* Request counts
{#apis-used-for-snowflake__ul_c4q_gdt_mjc}

