List App Logs
Lists a hosted app’s server runtime logs, most recent first: console output, uncaught exceptions, and failed-request summaries captured on whop.app hosting. Logs are retained for 7 days.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Path Parameters
The ID of the app, which will look like app_*************.
Query Parameters
Only return logs from this build.
Only return console lines of this level.
log, debug, info, warn, error Only return logs whose message contains this text (case-insensitive).
Start of the time window as an ISO 8601 timestamp. Defaults to 7 days before created_before.
End of the time window as an ISO 8601 timestamp. Defaults to now.
The number of log lines to return (max 500).
A cursor for fetching logs after a previous page.
A cursor for fetching logs before a later page.

