POST
/
logs

Authorizations

Authorization
string
header
required

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

Body

application/json
startTime
integer
required

Start time in milliseconds since epoch

endTime
integer
required

End time in milliseconds since epoch

filters
object

Filters to apply to the logs

excludeFilters
object

Filters to exclude from the logs

Response

200 - application/json
timestamp
integer

Timestamp of the log in milliseconds since epoch

severityText
string

Severity level of the log

environment
string

Environment where the log was generated

serviceName
string

Name of the service that generated the log

body
string

Log message body

resourceAttributes
object

Resource attributes attached to the log

logAttributes
object

Log-specific attributes