Skip to main content
GET
Download a document's original file

Authorizations

Authorization
string
header
required

Workspace credential issued from the automation console at /automation. Send it as Authorization: Bearer vq_ws_.... This is NOT a Data API key: a vq_key_ credential is refused here and names the other product in the error.

Path Parameters

matterId
string
required

mat_ identifier of the matter to work inside. Everything in this API hangs off a matter, and the matter in the path is what the authorization boundary is checked against. Take it from GET /v1/matters.

documentId
string
required

doc_ identifier of the document. Take it from the matter's document list, or from the operation that completed its upload.

Response

The file, streamed.

The response is of type file.

Last modified on August 23, 2026