Snowflake · Example Payload

Snowflake Fetchcortexsearchservice Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Fetchcortexsearchservice 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": "fetchCortexSearchService",
  "method": "GET",
  "path": "/api/v2/databases/{database}/schemas/{schema}/cortex-search-services/{name}",
  "summary": "Fetch a Cortex Search Service.",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Fetchcortexsearchservice200Example",
      "example": {
        "name": "Example Title",
        "search_column": "example_value",
        "columns": [
          "example_value"
        ],
        "attribute_columns": [
          "example_value"
        ],
        "target_lag": {},
        "warehouse": "example_value",
        "definition": "example_value",
        "comment": "example_value",
        "created_on": "2026-01-15T10:30:00Z",
        "database_name": "example_value",
        "schema_name": "example_value",
        "source_data_num_rows": 10,
        "data_timestamp": "2026-01-15T10:30:00Z",
        "indexing_state": "ACTIVE",
        "serving_state": "ACTIVE",
        "indexing_error": "example_value",
        "serving_data_bytes": 10
      }
    }
  ]
}