List Command Logs
- GET
- /workspaces
- /:workspace
- /sandboxes
- /:sandbox_id
- /commands
- /:command_id
- /logs
Get logs from a specific command execution
Request example
CURLcurl -X GET "https://api.buddy.works/workspaces/:workspace/sandboxes/:sandbox_id/commands/:command_id/logs" \ -H "Authorization: Bearer <YOUR-TOKEN>" \ -H "Content-Type: application/json"
EXAMPLE RESPONSE{ "type": "STDOUT", "data": "total 24" }
STATUS200 OK