Function calls
List Function Calls
x-api-key<token>
Authenticate using API Key in request header
In: header
Query Parameters
limit?integer
Default
50Range
1 <= value <= 100referenceIDs?array<string>
Items
1 <= itemsResponse Body
curl -X GET "https://api.bem.ai/v2/functions/calls?limit=50&referenceIDs=string"{
"totalCount": 0,
"functionCalls": [
{
"functionCallID": "string",
"functionID": "string",
"functionName": "string",
"type": "transform",
"referenceID": "string",
"status": "pending",
"functionVersionNum": 0,
"activity": [
{
"displayName": "string",
"status": "pending"
}
],
"sourceFunctionCallID": "string",
"workflowCallID": "string"
}
]
}