Skip to main content
GET
Query Project Logs

Authorizations

Authorization
string
header
required

Use a JWT bearer token or a Veryfront API key in the Authorization header.

Path Parameters

project_reference
string
required

Query Parameters

start
string<date-time>

Start time (ISO 8601). Defaults to 1 hour ago.

end
string<date-time>

End time (ISO 8601). Defaults to now.

cursor
string

Pagination cursor from a previous response (next_cursor).

limit
number
default:100

Max entries to return (default: 100, max: 1000)

Required range: 1 <= x <= 1000
direction
enum<string>
default:backward

Sort order (default: backward, with newest first)

Available options:
forward,
backward
sort_by
enum<string>

Sort field. Defaults to "timestamp".

Available options:
timestamp
sort_order
enum<string>

Sort order. Defaults to "desc". When provided, overrides the legacy direction parameter.

Available options:
asc,
desc
level
enum<string>

Filter by log level

Available options:
error,
warn,
info,
debug

Free-text search within log messages

Maximum string length: 200

Response

Log query results

entries
object[]
required

List of entries associated with this tool result.

next_cursor
string | null
required

The next cursor associated with this tool result.

stats
object
required

Structured stats details associated with this tool result.