Skip to main content
GET
/
apps
/
{app_id}
/
logs
Stream app logs (Server-Sent Events)
curl --request GET \
  --url https://shardcloud.app/api/apps/{app_id}/logs \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

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

Path Parameters

app_id
string<uuid>
required

Response

Log stream

The response is of type string.

I