Skip to main content
GET
/
api
/
v1
/
sandboxes
/
:id
/
stream
/
:pid
cURL
curl --request GET \
  --url https://api.example.com/api/v1/sandboxes/:id/stream/:pid
{
  "code": 422,
  "message": "Validation failed: Name has already been taken",
  "details": "<unknown>"
}

Path Parameters

id
string
required
Example:

"e7847229c547d8"

pid
string
required
Example:

"4321"

Query Parameters

last_event_id
string

Last received SSE event ID. The stream will resume from the next event.

Example:

"2"

Response

SSE stream of execution logs from daemon session