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
Tail function logs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Zavu Function ID.
Query Parameters
Required range:
1 <= x <= 1000Start of the log window in Unix epoch milliseconds.
End of the log window in Unix epoch milliseconds.
