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
Get function logs
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Function ID
Query Parameters
Log stream to return.
Available options:
runtime, invocations Return records at or after this RFC 3339 timestamp.
Return records at or before this RFC 3339 timestamp.
Maximum records to return.
Required range:
1 <= x <= 250