Skip to main content
GET
Get Service Logs

Authorizations

Authorization
string
header
required

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

Path Parameters

name
string
required
service_name
string
required

Query Parameters

lines
integer

Number of lines to return from log buffer (default: all)

duration
integer

Time to follow new logs (default: 0, no follow)

Response

Success - Streaming NDJSON response

data
string
required

Log line content

timestamp
integer
required

Unix milliseconds

type
string
required
Allowed value: "stdout"