{ "operationId": "safe_operations_retrieve", "method": "GET", "path": "/tx-service/eth/api/v1/safe-operations/{safe_operation_hash}/", "summary": "", "description": "Returns a SafeOperation given its Safe operation hash", "tags": [ "4337" ], "parameters": [ { "name": "safe_operation_hash", "in": "path", "required": true, "description": "", "schema": { "type": "string" } } ], "responses": { "200": { "description": "", "content": { "application/json": { "schema": { "$ref": "#/components/schemas/SafeOperationWithUserOperationResponse" } } } } } }