Query Project Logs
Query recent server logs for a project. Supports filtering by level and free-text search. Use next_cursor from the response to paginate.
Authorizations
Use a JWT bearer token or a Veryfront API key in the Authorization header.
Path Parameters
Query Parameters
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, with newest first)
forward, backward Sort field. Defaults to "timestamp".
timestamp Sort order. Defaults to "desc". When provided, overrides the legacy direction parameter.
asc, desc Filter by log level
error, warn, info, debug Free-text search within log messages
200