curl --request GET \
--url https://api.sanka.com/v1/public/transfers/{history_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"type": "<string>",
"name": "<string>",
"status": "<string>",
"progress": 0,
"total_number": 0,
"success_number": 0,
"failed_number": 0,
"error_message": "<string>",
"error_file_url": "<string>",
"data_file_url": "<string>",
"checkpoint_details": {},
"channel_id": "<string>",
"channel_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}curl --request GET \
--url https://api.sanka.com/v1/public/transfers/{history_id} \
--header 'Authorization: Bearer <token>'{
"id": "<string>",
"type": "<string>",
"name": "<string>",
"status": "<string>",
"progress": 0,
"total_number": 0,
"success_number": 0,
"failed_number": 0,
"error_message": "<string>",
"error_file_url": "<string>",
"data_file_url": "<string>",
"checkpoint_details": {},
"channel_id": "<string>",
"channel_name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
OK