Skip to main content
GET
Get function logs

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Function ID

Query Parameters

type
enum<string>
default:runtime

Log stream to return.

Available options:
runtime,
invocations
start_time
string<date-time>

Return records at or after this RFC 3339 timestamp.

end_time
string<date-time>

Return records at or before this RFC 3339 timestamp.

limit
integer

Maximum records to return.

Required range: 1 <= x <= 250

Response

Logs retrieved successfully

meta
object
data
object[]