get_function_run_logs
Retrieve logs for a function run by specifying project and run IDs, with optional log count and time filters.
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 |