Retrieve response from a function call.
OK
The response for a failed request.
response = client.functions.calls.get_response(call_id=2, function_id=1) call = client.functions.calls.retrieve(call_id=2, function_id=1) response = call.get_response()
{- "response": {
- "numAssets": 1234,
- "someCalculation": 3.14
}
}