curl --request GET \
--url https://api.sfcompute.com/v0/refunds{
"object": "refunds",
"refunds": [
{
"report_id": 12345,
"report_start_time": "2023-11-07T05:31:56Z",
"report_end_time": "2023-11-07T05:31:56Z",
"report_nodes_affected": 123,
"report_cluster_id": "<string>",
"report_memo": "<string>",
"report_created_at": "2023-11-07T05:31:56Z",
"memo_amount": "<string>",
"refund_timestamp": "2023-11-07T05:31:56Z",
"status": "refunded"
}
]
}Get status of refunds
curl --request GET \
--url https://api.sfcompute.com/v0/refunds{
"object": "refunds",
"refunds": [
{
"report_id": 12345,
"report_start_time": "2023-11-07T05:31:56Z",
"report_end_time": "2023-11-07T05:31:56Z",
"report_nodes_affected": 123,
"report_cluster_id": "<string>",
"report_memo": "<string>",
"report_created_at": "2023-11-07T05:31:56Z",
"memo_amount": "<string>",
"refund_timestamp": "2023-11-07T05:31:56Z",
"status": "refunded"
}
]
}