Skip to main content
GET
Download the rendered CWR file for a completed job
This endpoint requires authentication. Include your Bearer token in the Authorization header.

Description

GET /cwr/jobs//download Description: Streams the raw CWR text bytes for a completed export job directly from Cloud Storage as a text/plain attachment. Requires job.status === 'completed' and a set resultFileId. Authorization:
  • Required role: user or higher
  • Requires an active publisher addon
  • CWRExportJob lookup is tenant-scoped
Method: GET

Code Examples

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Format: "Bearer {token}"

Path Parameters

jobId
string<uuid>
required

Response

CWR file streamed as an attachment

The response is of type file.