Skip to main content
GET
/
v1
/
apps
/
{app_id}
/
deploys
/
{deploy_id}
/
logs
/
stream
Stream deploy logs (SSE)
curl --request GET \
  --url https://api.mixpeek.com/v1/apps/{app_id}/deploys/{deploy_id}/logs/stream \
  --header 'Authorization: Bearer <token>'
{
  "status": 123,
  "error": {
    "message": "<string>",
    "type": "<string>",
    "code": "<string>",
    "details": {}
  },
  "success": false
}

Authorizations

Authorization
string
header
required

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

Path Parameters

app_id
string
required
deploy_id
string
required

Response

Successful Response