Retrieve execution logs for a specific function. Logs can be filtered by time range and limit.
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Project ID
1
Region ID
1
Namespace name
"namespace-name"
Function name
"function-name"
Limit the number of logs lines
1 <= x <= 10000010
OK
Function logs.
[
{
"Message": " 2022/03/02 15:04:03 192.168.171.79:41386 \"GET / HTTP/1.1\" 200 python-requests/2.25.1",
"Pod": "function-78-5f5ddf5454-n6s94",
"Time": "2022-03-02T15:04:03.208677349Z"
},
{
"Message": " 2022/03/02 15:04:05 192.168.171.79:41386 \"GET / HTTP/1.1\" 200 python-requests/2.25.1",
"Pod": "function-78-5f5ddf5454-n6s94",
"Time": "2022-03-02T15:04:05.208677349Z"
}
]