Skip to main content
GET
/
{projectId}
/
reports
/
pdf
Generate PDF report
curl --request GET \
  --url https://api.testdino.com/api/public/v1/{projectId}/reports/pdf \
  --header 'Authorization: Bearer <token>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.testdino.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Project PAT (tdp_) token with public-api scope

Path Parameters

projectId
string
required

The project identifier (e.g. project_abc123). Must match the project associated with your PAT.

Query Parameters

days
integer
default:7

Lookback period in days (1–30, default 7). Determines how far back the report covers.

Required range: 1 <= x <= 30
branch
string

Filter report data to a specific git branch.

environment
string

Filter results by environment name (e.g. production, staging). Use the /filters endpoint to discover available environments.

tags
string

Comma-separated run tags to filter report data (e.g. smoke,regression).

Response

PDF binary stream

The response is of type file.