POST
/
logs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
endTime
integer
required

End time in milliseconds since epoch

startTime
integer
required

Start time in milliseconds since epoch

excludeFilters
object

Filters to exclude from the logs

filters
object

Filters to apply to the logs

Response

200 - application/json
body
string

Log message body

environment
string

Environment where the log was generated

logAttributes
object

Log-specific attributes

resourceAttributes
object

Resource attributes attached to the log

serviceName
string

Name of the service that generated the log

severityText
string

Severity level of the log

timestamp
integer

Timestamp of the log in milliseconds since epoch