Box work and access
Get command status
GET
Get detached command status and logs
Authorizations
Box bearer token in the form box_.... Service API keys authenticate Box operations.
Path Parameters
Public Box id returned by create/list/get box calls.
Pattern:
^bx_[23456789abcdefghjkmnpqrstuvwxyz]{8}$Process id returned by a detached command start.
Required range:
x >= 1Query Parameters
Cap each returned log to its last N bytes. Defaults to 524288 (512 KiB).
Required range:
1 <= x <= 524288Response
Process status and log tails.
Example:
true
Stable success envelope discriminator added by v1.
Allowed value:
"command.status"lost: the Box agent restarted and forgot the process; running/exitCode are then a best-effort probe and the logs come from the on-disk files.
Available options:
running, exited, lost Tail of the stdout log file.
Tail of the stderr log file.
Whether the process is still tracked by the Box agent.
Get detached command status and logs