Snowflake · Example Payload

Snowflake Listgrantsto Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Listgrantsto 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": "listGrantsTo",
  "method": "GET",
  "path": "/api/v2/grants/{granteeType}/{granteeName}",
  "summary": "List of Privileges Associated With This Grantee Type and Name",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listgrantsto200Example",
      "example": [
        {
          "privileges": [
            "example_value"
          ],
          "grant_option": true,
          "created_on": "2026-01-15T10:30:00Z",
          "grantee_type": "example_value",
          "grantee_name": "example_value",
          "securable_type": "example_value",
          "securable_name": "example_value",
          "granted_by_role_type": "example_value",
          "granted_by_name": "example_value"
        }
      ]
    }
  ]
}