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