get_function_run_logs
Fetch logs for a specific function run to troubleshoot and monitor execution. Supply project ID and run ID, with options to limit entries or filter by timestamp.
Instructions
Fetch logs correlated to one durable function run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | Number of log entries to return (default 50, max 1000). | |
| since | No | Only include logs at or after this ISO timestamp or epoch ms. | |
| run_id | Yes | Function run id, fnrun_... | |
| project_id | Yes | The project ID |