Function as a Service
Get function logs
Retrieve execution logs for a specific function. Logs can be filtered by time range and limit.
GET
Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Examples:
1
Region ID
Examples:
1
Namespace name
Examples:
"namespace-name"
Function name
Examples:
"function-name"
Query Parameters
Limit the number of logs lines
Required range:
1 <= x <= 100000
Examples:
10
Response
200 - application/json
OK
The response is of type object
.