Skip to main content

Export testrun data as CSV

GET 

/export/testrun/csv

Export testrun data as CSV based on the supplied parameters. Must include a project id (project_id) and a testrun id (tr_id).

Request

Query Parameters

    project_id integerrequired
    tr_id integerrequired

    The id of the testrun to export

    delimiter string

    The CSV delimiter to use - defaults to comma

    lang string

    The locale used to format date/time values

Responses

Returns 'ExportCsvResult'

Schema

    string

Loading...