Function calls
Get a Function Call
x-api-key<token>
Authenticate using API Key in request header
In: header
Path Parameters
functionCallIDstring
Response Body
curl -X GET "https://api.bem.ai/v2/functions/calls/string"{
  "functionCallID": "string",
  "functionID": "string",
  "functionName": "string",
  "type": "transform",
  "referenceID": "string",
  "status": "pending",
  "functionVersionNum": 0,
  "activity": [
    {
      "displayName": "string",
      "status": "pending"
    }
  ],
  "sourceFunctionCallID": "string",
  "workflowCallID": "string"
}