Functions
Tail function logs
Fetch invocation logs for a function. Logs are paginated via nextToken. Pass startTime / endTime (Unix epoch milliseconds) to bound the window, or filterPattern to filter messages.
get/v1/functions/{functionId}/logs
Path parameters
functionIdstring required
Zavu Function ID.
Query parameters
limitinteger
nextTokenstring
startTimeinteger
Start of the log window in Unix epoch milliseconds.
endTimeinteger
End of the log window in Unix epoch milliseconds.
filterPatternstring
Response
Log events.