Snowflake · Example Payload

Snowflake Listservicerolegrantsto Example

Data LakesData SharingData WarehousingDatabaseSQL

Snowflake Listservicerolegrantsto 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": "listServiceRoleGrantsTo",
  "method": "GET",
  "path": "/api/v2/databases/{database}/schemas/{schema}/services/{service}/roles/{name}/grants",
  "summary": "",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listservicerolegrantsto200Example",
      "example": [
        {
          "created_on": "2026-01-15T10:30:00Z",
          "privilege": "example_value",
          "granted_on": "example_value",
          "name": "Example Title",
          "granted_to": "example_value",
          "grantee_name": "example_value"
        }
      ]
    }
  ]
}