Skip to content
Release: Australia · Updated: 2026-05-05 · Official documentation · View source

Snowflake Statements API Reference

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

QueryDescription
Show AccountsRetrieves a list of all Snowflake accounts accessible with the provided credentials.
Show AgentsDiscovers all AI agents configured in your Snowflake account.
Describe AgentRetrieves comprehensive metadata for a specific agent, including configuration, capabilities, and runtime parameters.
Query Model VersionsRetrieves detailed version history and metadata for AI models from the information schema.
Describe ModelFetches comprehensive model metadata including type, ownership, version information, and configuration.
Describe Fine-Tuning JobRetrieves status, metrics, and output details for completed fine-tuning jobs.

Usage Analytics Query

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