English
Collect the latest 1000 lines of logs from your application. It has a rate limit of 1 request every 5 seconds.
cURL
curl --request GET \ --url https://api.squarecloud.app/v2/apps/{app_id}/logs \ --header 'Authorization: <authorization>'
{ "status": "success", "response": { "logs": "Working!" } }
success
error
Show Toggle object
Was this page helpful?