Snowflake · Example Payload

Snowflake Fetchimagerepository Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Fetchimagerepository 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": "fetchImageRepository",
  "method": "GET",
  "path": "/api/v2/databases/{database}/schemas/{schema}/image-repositories/{name}",
  "summary": "Fetches an Image Repository.",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Fetchimagerepository200Example",
      "example": {
        "name": {},
        "database_name": {},
        "schema_name": {},
        "created_on": "2026-01-15T10:30:00Z",
        "repository_url": "https://www.example.com",
        "owner": "example_value",
        "owner_role_type": "example_value"
      }
    }
  ]
}