Create a manual test run report

This example shows how to use a GET call to create a report of a manual test run. The query sets a limit of 2000 run steps that will be included in the report.

api/shared_spaces/<space_id>/workspaces/<workspace_id>/run_steps?fields=id,description,actual,result,step_type,description,num_of_defects,run,attachments&limit=2000&query="((run={id=<run_id>}))"