Application
Get Application Logs
Collect the latest 1000 lines of logs from your application. It has a rate limit of 1 request every 5 seconds.
GET
Get Application Logs
string
required
The API key for your account. You can find this in your account settings.
404 when the application is offline, has never been deployed, or the cluster returns a transient error. Workspace members with access to the application can call it the same way the owner does.
Parameters
string
required
The ID of the application. You can find this in the URL of your application’s dashboard.
Response
string
Indicates whether the call was successful..
success if successful, error if not.object
The contents of the response.
Previous
Real-time LogsEstablish a Server-Sent Events (SSE) connection to receive your application's realtime feed (logs, live metrics, status, deploy progress). Upon connection, the 200 most recent log lines are sent, followed by new updates. The connection can be maintained for up to 10 minutes.
Next
Get Application Logs

