v25

latestOpenAPI 3.0.1raw.githubusercontent.com2026-07-08143108383.9 KB
Log

Exports log runs or log files as a ZIP archive containing CSV files and optionally the file attachments.

post/api/v{version}/log/export

Path parameters

versionstring required

Request body

logRunIdsinteger[]

The list of log run IDs to include in the export. Cannot be provided together with LogFileIds.

logFileIdsinteger[]

The list of log file IDs to include in the export. Cannot be provided together with LogRunIds.

withAttachmentsboolean nullable

Whether to include attachments in the exported log files. If true, any attachments associated with the specified log files will be included in the export. If false, attachments will be excluded. Default is false.

localestring

The locale to use for any localized content in the exported log files. This can affect the language of any messages, labels, or other localized content included in the export. Default is "en" (English).

Response

OK