deployment_logs
Fetch deployment log entries by owner/deployment ref, filter by severity levels, and paginate through older entries.
Instructions
Read log entries for one deployment by owner/deployment or a bare slug (owner defaults to the account owner). severity is passed through to the server unvalidated (illustrative values: DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY); an invalid value returns the server's own rejection message. limit defaults to 50, max 200. nextPageToken pages through older entries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return (default 50, max 200). | |
| severity | No | Comma-separated log severity levels, passed through unvalidated (e.g. INFO or WARNING,ERROR). Exact match, not a minimum threshold. | |
| pageToken | No | Pagination token from a previous call's nextPageToken. | |
| deployment | Yes | Deployment ref by owner/deployment or a bare slug. |