curl --location -g --request GET 'http://dev-cn.your-api-server.com/v1/assistants/files/retrieve?GroupId=${Groupid}&assistant_id=asst_abc&file_id=${file id}' \
--header 'Authorization: Bearer ${API KEY}' \
--header 'Content-Type: application/json' \
--data-raw ''
{
"id": "${file id}",
"object": "assistant.file",
"created_at": 1703311385,
"assistant_id": "asst_abc123",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}