GET
/
process
/
{identifier}
/
logs
/
stream
curl --request GET \
  --url https://run.blaxel.ai/{workspace_id}/sandboxes/{sandbox_id}/process/{identifier}/logs/stream \
  --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

identifier
string
required

Process identifier (PID or name)

Response

200
text/plain

Stream of process logs, one line per log (prefixed with stdout:/stderr:)

The response is of type string.