Skip to main content
GET
/
v1
/
api
/
conversations
/
{id}
/
artifacts
/
archive
Download conversation artifacts
curl --request GET \
  --url https://api.hq.zone/v1/api/conversations/{id}/artifacts/archive \
  --header 'Authorization: Bearer <token>'

Binary response (archive)

Streams a single archive of all the conversation’s artifacts as raw bytes, not JSON. The playground may not render it — fetch programmatically and save the response body to a file.

Authorizations

Authorization
string
header
required

Personal Access Token. Send as Authorization: Bearer hq_pat_....

Path Parameters

id
string<uuid>
required

Conversation id

Response

ZIP archive of the conversation's artifacts (application/zip)