functions
Get function logs
Returns logs oldest first. type=runtime (default) returns function stdout/stderr. type=invocations returns one platform-generated record per HTTP request served.
get/compute/funcs/{id}/logs
Path parameters
idstring required
Function ID
Query parameters
type'runtime' | 'invocations'
Log stream to return.
start_timestring date-time
Return records at or after this RFC 3339 timestamp.
end_timestring date-time
Return records at or before this RFC 3339 timestamp.
limitinteger
Maximum records to return.
Response
Logs retrieved successfully
Changes
Changed in 1 of the 99 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 34 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 99 revisions, 1 has no diff computed.