List function calls

List function calls.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
path Parameters
functionId
required
integer

The function id.

query Parameters
limit
integer >= 1
Default: 100

Limits the number of results to be returned.

cursor
string

Cursor for paging through results.

Example: cursor=4zj0Vy2fo0NtNMb229mI9r1V3YG5NBL752kQz1cKtwo
Responses
200

Paged response with list of function calls.

400

The response for a failed request.

get/functions/{functionId}/calls
Request samples
logs = client.functions.calls.get_logs(call_id=2, function_id=1)

call = client.functions.calls.retrieve(call_id=2, function_id=1)
logs = call.get_logs()
Response samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "nextCursor": "string"
}