System
Logs

Get logs

Retrieve a list of log entries within a specified time range.

get/3rdparty/v1/logs

Query parameters

fromstring date-time

The start of the time range for the logs to retrieve. Logs created after this timestamp will be included.

tostring date-time

The end of the time range for the logs to retrieve. Logs created before this timestamp will be included.

Response

Log entries

contextobject

Additional context information related to the log entry, typically including data relevant to the log event.

createdAtstring date-time

The timestamp when this log entry was created.

idinteger

A unique identifier for the log entry.

messagestring

A message describing the log event.

modulestring

The module or component of the system that generated the log entry.

priority'DEBUG' | 'INFO' | 'WARN' | 'ERROR'

Changes

No recorded changes to this endpoint across all 1 revision of this API.