functions
Create Execution
Trigger a function execution. The returned object will return you the current execution status. You can ping the Get Execution endpoint to get updates on the current execution status. Once this endpoint is called, your function execution process will start asynchronously.
post/functions/{functionId}/executions
Path parameters
functionIdstring required
Function unique ID.
Request body
Response
Execution