Skip to main content
GET
Tail function logs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

functionId
string
required

Zavu Function ID.

Query Parameters

limit
integer
default:100
Required range: 1 <= x <= 1000
nextToken
string
startTime
integer<int64>

Start of the log window in Unix epoch milliseconds.

endTime
integer<int64>

End of the log window in Unix epoch milliseconds.

filterPattern
string

Response

Log events.

events
object[]
required
nextToken
string | null

Pass to the next request to fetch the following page of logs.