{ "operationId": "fetchFunction", "method": "GET", "path": "/api/v2/databases/{database}/schemas/{schema}/functions/{nameWithArgs}", "summary": "Fetch a Function.", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Fetchfunction200Example", "example": { "function_type": "example_value", "name": "Example Title", "arguments": [ { "name": "Example Title", "datatype": "FIXED", "value": "example_value" } ], "returns": "FIXED", "max_batch_rows": 10, "created_on": "2026-01-15T10:30:00Z", "signature": "example_value", "language": "example_value", "body": "example_value" } } ] }