Query recent server logs for a project. Supports filtering by level and free-text search. Use next_cursor from the response to paginate.
Authentication via JWT token or API key. JWT: Get from Veryfront dashboard. API Key: Format "vf_
Project ID or slug
Start time (ISO 8601). Defaults to 1 hour ago.
End time (ISO 8601). Defaults to now.
Pagination cursor from a previous response (next_cursor).
Max entries to return (default: 100, max: 1000)
1 <= x <= 1000Sort order (default: backward — newest first)
forward, backward Filter by log level
error, warn, info, debug Free-text search within log messages
200