Skip to main content
GET
Download a packaged Logs file

Authorizations

X-API-Key
string
header
required

Supply the API Key in the HTTP-Header

Path Parameters

projectId
string
required

The unique identifier for the Project.

Required string length: 24
Pattern: ^[a-z0-9]{24}$
logsFileId
string
required

The Id of the logs file returned by the package endpoint

Required string length: 24
Pattern: ^[a-z0-9]{24}$

Response

The packaged logs file (JSON Lines).

The response is of type file.

Last modified on August 4, 2026