v51

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-02172186551.1 KB
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.

nextTokenstring nullable

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