RPCExecution
RPC execution record
Properties
Section titled “Properties”| Property | Type |
|---|---|
completed_at? | string |
created_at | string |
duration_ms? | number |
error_message? | string |
id | string |
input_params? | Record<string, unknown> |
is_async | boolean |
namespace | string |
procedure_id? | string |
procedure_name | string |
result? | unknown |
rows_returned? | number |
started_at? | string |
status | RPCExecutionStatus |
user_email? | string |
user_id? | string |
user_role? | string |