curl --request GET \
--url https://api.example.com/api/file/download/{path}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Download a file from the workspace.
curl --request GET \
--url https://api.example.com/api/file/download/{path}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Absolute file path.
Successful Response
Was this page helpful?