Read app logs
get_app_logsRead recent log lines from the live version of a function app: what the function wrote with console, any uncaught exception, and any invocation the runtime stopped, each with the request that produced it. Newest last, the most recent 2,000 lines per app. An app that serves files has no process and answers that it has no logs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | How many rows to return. Defaults to 50. | |
| since | No | The next_since cursor from a previous answer, such as c:412, or an RFC 3339 timestamp. A bare number is neither and is refused. | |
| app_id | Yes | The app id, as returned by search_apps or create_app. Starts with app_. |