GET
/
v1
/
devboxes
/
{id}
/
logs
/
tail
curl --request GET \
  --url https://api.runloop.ai/v1/devboxes/{id}/logs/tail \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The Devbox ID.

Query Parameters

execution_id
string

ID of execution to filter logs by.

shell_name
string

Shell Name to filter logs by.

Response

200
_mintlify/placeholder

OK

Was this page helpful?