Query recent server logs for a project. Supports filtering by level and free-text search. Use next_cursor from the response to paginate.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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