Human-in-the-Loop
List Sandbox Services
Lists listening TCP services discovered inside the run sandbox.
get/api/v1/runs/{id}/sandbox/services
Path parameters
idstring required
Unique run identifier (ULID).
Response
Listening TCP services
Example response
{
"data": [
{
"port": 3000,
"addresses": [
"127.0.0.1:3000",
"[::]:3000"
],
"processes": [
"users:((\"node\",pid=42,fd=23))"
],
"preview_supported": true
}
]
}