cURL
curl --request GET \ --url https://app.all-hands.dev/api/conversations/{conversation_id}/zip-directory \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Download the current workspace as a zip file
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation ID
Workspace zip file
The response is of type file.
file
Was this page helpful?