Skip to main content
GET
Export report content

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

project_id
string
required
report_id
string
required

Query Parameters

format
enum<string>
default:raw

Export format: raw stored report bytes (default), or the report rendered as markdown, pdf, or docx.

Available options:
raw,
markdown,
pdf,
docx

Response

Report content in the requested format. The Content-Type and Content-Disposition reflect the selected format.