Filter function calls

Use advanced filtering options to find 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.

Request Body schema: application/json
object (FunctionCallFilter)
limit
integer <int32> >= 1
Default: 100

Limits the number of results to be returned.

cursor
string
Responses
200

Paged response with list of function calls.

400

The response for a failed request.

post/functions/{functionId}/calls/list
Request samples
application/json
{
  • "filter": {
    • "status": "Running",
    • "scheduleId": 123,
    • "startTime": {
      }
    },
  • "limit": 10
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "nextCursor": "string"
}