Skip to main content
GET
/
api
/
apps
/
{id}
/
logs
/
stream
Stream app logs via Server-Sent Events.
curl --request GET \
  --url https://api.rigbox.dev/api/apps/{id}/logs/stream \
  --header 'Authorization: Bearer <token>'
Set Accept: text/event-stream and consume the response as an SSE stream. Supports lines and interval_ms query parameters.

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

App ID

Response

200

SSE log stream