Get app logs
get_app_logsFetch application and deployment logs from mapped providers for a project environment. Optionally filter by provider, time range, or specific deployment.
Instructions
Fetch application/deployment logs for a project environment from the mapped provider(s). If provider is given, reads that provider only; otherwise reads every mapped provider that supports logs (Vercel + Railway in V0, Vercel prioritized). Returns the resource used, time range, log lines, and any API limitation. Reads are allowed everywhere and are audited.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max log lines (default 100) | |
| since | No | Only logs after this time (epoch ms or ISO timestamp) | |
| project | No | Project id or slug; uses selected if omitted | |
| provider | No | Restrict to one provider (e.g. 'vercel') | |
| environment | Yes | Environment id or name | |
| deployment_id | No | Specific deployment to read logs for |