EasypanelDocs

Query Compose service logs

Queries Loki for authorized Docker Compose service log entries.

GET
/queryComposeServiceLogs

Queries Loki for authorized Docker Compose service log entries.

Authorization

bearerAuth
AuthorizationBearer <token>

In: header

Query Parameters

composeInternalService?string
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/queryComposeServiceLogs?projectName=string&serviceName=string"
null