Query Project Logs
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.
GET
Query Project Logs
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)
Required range:
1 <= x <= 1000Sort order (default: backward — newest first)
Available options:
forward, backward Filter by log level
Available options:
error, warn, info, debug Free-text search within log messages
Maximum string length:
200