# Get operation result Retrieve the result and status of an operation which has finished, and then remove the operation from memory. Endpoint: GET /daemon/zgetoperationresult Version: 6.6.1 Security: ZelID ## Query parameters: - `operationid` (array) List of operation ids. If not provided, examine all operations known to the node. Example: - = ## Response 200 fields (application/json): - `status` (string) Explanation of status Enum: "success", "error" - `data` (array) - `data.id` (string) The operation id - `data.creation_time` (integer) The time in seconds since epoch (Jan 1 1970 GMT) - `data.result` (object) - `data.result.txid` (string) Transaction id - `data.execution_secs` (number) Amount of time in seconds of operation - `data.method` (string) The operation method - `data.params` (object) - `data.params.fromaddress` (string) Address funds sent from - `data.params.amounts` (array) - `data.params.amounts.address` (string) Receiving address - `data.params.amounts.amount` (number) Sending amount - `data.minconf` (integer) Amount of confirmations required - `data.fee` (number) Fee amount used