Skip to main content
GET
/
v1
/
apps
/
{id}
/
logs
Application Logs
curl --request GET \
  --url https://api.vertracloud.app/v1/apps/{id}/logs
{
  "response": "2026-03-20T19:58:00Z [INFO] Application iniciada com sucesso\n2026-03-20T19:58:01Z [DEBUG] Connected to database\n2026-03-20T19:58:02Z [ERROR] Failed to process request"
}
id
string
required
The application ID to retrieve real-time logs. If the application belongs to a workspace, include the workspace ID in the format appId-workspaceId.

Response

response
string
The log content for the specified application.
{
  "response": "2026-03-20T19:58:00Z [INFO] Application iniciada com sucesso\n2026-03-20T19:58:01Z [DEBUG] Connected to database\n2026-03-20T19:58:02Z [ERROR] Failed to process request"
}