GET /v2/apps/{app_id}/logs — Fetch Application Logs
Retrieve the most recent console output from a running Virtus Cloud application. This endpoint is rate-limited to one request every 5 seconds.
Use this endpoint to pull the latest stdout and stderr output from your application’s runtime process. The response contains the most recent log lines as a single string. This is particularly useful for quick debugging sessions, automated alerting pipelines, or integrating Virtus Cloud logs into your own observability tooling.
This endpoint is rate-limited to 1 request every 5 seconds per application. If you need continuous log streaming, poll on a 5-second interval rather than making back-to-back requests.