Generate and download a project report PDF
Generates a PDF report summarizing test results for the project over a configurable lookback period. The response is a binary PDF stream. Rate limited to 1 request per minute per token.
The report includes test run summaries, pass/fail trends, flaky tests, and environment breakdowns. Optionally filter by branch, environment, or tags to scope the report.
Authorizations
User PAT (td_pat_) scoped to the target project
Path Parameters
The project identifier (e.g. project_abc123). Must match the project associated with your PAT.
Query Parameters
Lookback period in days (1–30, default 7). Determines how far back the report covers.
1 <= x <= 30Filter report data to a specific git branch.
Filter results by environment name (e.g. production, staging). Use the /filters endpoint to discover available environments.
Comma-separated run tags to filter report data (e.g. smoke,regression).
Response
PDF binary stream
The response is of type file.