curl --request GET \
--url https://app.all-hands.dev/api/conversations/{conversation_id}/zip-directory \
--header 'X-Session-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Return a ZIP archive of the current conversation workspace.
curl --request GET \
--url https://app.all-hands.dev/api/conversations/{conversation_id}/zip-directory \
--header 'X-Session-API-Key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Was this page helpful?