Calls
List Calls
x-api-key<token>
Authenticate using API Key in request header
In: header
Query Parameters
limit?integer
Default
50Range
1 <= value <= 100callIDs?array<string>
Items
1 <= itemsreferenceIDs?array<string>
Items
1 <= itemscallTypes?array<string>
Items
1 <= itemsworkflowIDs?array<string>
Items
1 <= itemsworkflowNames?array<string>
Items
1 <= itemsfunctionIDs?array<string>
Items
1 <= itemsfunctionNames?array<string>
Items
1 <= itemssortOrder?string
Default
"asc"Value in
"asc" | "desc"startingAfter?string
endingBefore?string
Response Body
curl -X GET "https://api.bem.ai/v2/calls?limit=50&callIDs=string&referenceIDs=string&callTypes=string&workflowIDs=string&workflowNames=string&functionIDs=string&functionNames=string&sortOrder=asc&startingAfter=string&endingBefore=string"{
"calls": [
{
"callID": "string",
"callType": "string",
"status": "pending",
"createdAt": "2019-08-24T14:15:22Z",
"finishedAt": "2019-08-24T14:15:22Z",
"workflowID": "string",
"workflowName": "string",
"workflowVersionNum": 0,
"functionID": "string",
"functionName": "string",
"functionType": "string",
"functionVersionNum": 0,
"callReferenceID": "string",
"functionCalls": [
{
"functionCallID": "string",
"functionID": "string",
"functionName": "string",
"type": "transform",
"referenceID": "string",
"status": "pending",
"functionVersionNum": 0,
"activity": [
{
"displayName": "string",
"status": "pending"
}
],
"sourceFunctionCallID": "string",
"workflowCallID": "string"
}
]
}
],
"totalCount": 0,
"error": "string"
}