Skip to main content
POST
Package Log Entries into a downloadable file

Authorizations

X-API-Key
string
header
required

Supply the API Key in the HTTP-Header

Headers

Accept
enum<string>

The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.

Available options:
application/json,
application/hal+json,
application/xml,
text/xml,
text/csv

Path Parameters

projectId
string
required

The unique identifier for the Project.

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

Body

application/json
type
string[]

Log levels to include (e.g. info, warning, error)

userId
string

Filter by the user Id of the log entry

flowName
string

Filter by the Flow name of the log entry

startDate
string<date-time>

The start date for filtering log entries (ISO 8601 format). If not provided, defaults to 1 hour before endDate.

Example:

"2025-08-11T10:00:00.000Z"

endDate
string<date-time>

The end date for filtering log entries (ISO 8601 format). If not provided, defaults to the current time.

Example:

"2025-08-11T11:00:00.000Z"

Response

Packaging accepted. Returns the Id of the logs file being written and the Id of the Task tracking the packaging progress. Poll the task via /v2.0/tasks/{taskId} — it turns done when the file is ready for download, error if packaging failed.

logsFileId
string
taskId
string
Last modified on August 4, 2026