Get the PDF report of a run of a test scenario

Retrieves the PDF report of a run of a test scenario

GET /manage/scenarios/{scenarioId}/runs/{runId}/report

URI Parameters

Name In Required Type Description

scenarioId

path

True

string

Version 4 UUID of the test scenario

runId

path

True

string

Version 4 UUID of the scenario run

Responses

Name Type Description

200 OK

byte[]

PDF report of the scenrio run

Produces

  • application/pdf

Security

Every request requires a JWT access token for authentication in the Authorisation HTTP header. Please see the API authentication page for details about how to get a JWT token.

Authorization: Bearer {JWT_TOKEN}

Roles

  • Wenenu Owner

  • Wenenu Contributor

  • Wenenu Reader

Sample request

GET https://wenenu.com/manage/scenarios/8a444458-3fc2-4019-94c0-5c1bd973d2d5/runs/69c65310-1460-49ba-a791-c274a334ac9c/report HTTP/1.1
Authorization: Bearer {jwt_token}

Sample Response

Status code: 200 OK

The body is the PDF report of the scenario run in binary format