EasypanelDocs

Query service logs

Queries Loki for authorized service log entries.

GET
/queryServiceLogs

Queries Loki for authorized service log entries.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

end?string
levels?array<string>
limit?number
Range1 <= value <= 1000
Default100
projectName*string
Match^[a-z0-9-_]+$
search?string
serviceName*string
Match^[a-z0-9-_]+$
start?string
stream?string

Value in

  • "stdout"
  • "stderr"

Response Body

application/json

curl -X GET "https://example.com/queryServiceLogs?projectName=string&serviceName=string"
null