{ "operationId": "listServiceRoleGrantsOf", "method": "GET", "path": "/api/v2/databases/{database}/schemas/{schema}/services/{service}/roles/{name}/grants-of", "summary": "", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Listservicerolegrantsof200Example", "example": [ { "created_on": "2026-01-15T10:30:00Z", "role": "example_value", "granted_to": "example_value", "grantee_name": "example_value", "granted_by": "example_value" } ] } ] }