GET
/
api
/
conversations
/
{conversation_id}
/
zip-directory
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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string
required

Conversation ID

Response

200
application/zip

Workspace zip file

The response is of type file.