Events

Get an Event

GET
/v1-alpha/events/{eventID}
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

eventID*string

Response Body

application/json

curl -X GET "https://api.bem.ai/v1-alpha/events/string"
{
  "functionCallTryNumber": 0,
  "eventID": "string",
  "createdAt": "2023-08-13T16:07:54+08:00",
  "referenceID": "string",
  "inboundEmail": {
    "to": "string",
    "deliveredTo": "string",
    "from": "string",
    "subject": "string"
  },
  "metadata": {
    "durationFunctionToEventSeconds": 0
  },
  "eventType": "transform",
  "functionCallID": "string",
  "functionID": "string",
  "functionName": "string",
  "functionVersionNum": 0,
  "callID": "string",
  "workflowID": "string",
  "workflowName": "string",
  "workflowVersionNum": 0,
  "transformationID": "tr_2bxoJPNdSD4LgRT4YVC4gt72hlI",
  "transformedContent": {},
  "invalidProperties": [
    "string"
  ],
  "itemOffset": 0,
  "itemCount": 0
}