curl --request GET \
--url https://api.runloop.ai/v1/devboxes/{id}/logs/tail \
--header 'Authorization: Bearer <token>'Tail the logs for the given devbox. This will return past log entries and continue streaming from there. The stream will then continue to stream logs until the connection is closed.
curl --request GET \
--url https://api.runloop.ai/v1/devboxes/{id}/logs/tail \
--header 'Authorization: Bearer <token>'Documentation Index
Fetch the complete documentation index at: https://docs.runloop.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The Devbox ID.
ID of execution to filter logs by.
Shell Name to filter logs by.
OK
Was this page helpful?