get https://api.us-west-1.on.fusebit.io/v1/account//subscription//boundary//function//build/
Returns the status of the build of a function. This is used for polling the result of the asynchronous build process of a function.
The status
parameter progresses from 'pending'
to 'building'
to either 'success'
or 'failure'
, which are the final states of the build process.