Skip to main content
GET
/
containers
/
{CONTAINER_ID}
/
logs
/
{LOG_ID}
GET - /containers/{id}/logs/{log_id}/stream
curl --request GET \
  --url 'http://{{api_host}}/containers/{CONTAINER_ID}/logs/{LOG_ID}' \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

CONTAINER_ID
string
required
LOG_ID
string
required

Response

200 - application/json

Successful response