Function Fork
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Response
Successful Response
The ID of the function
The creation time of the workflow
The last update time of the workflow
The version of the workflow
The versions of the workflow
The status of the workflow
The variables to run the workflow with
The name of the workflow
The description of the workflow
Whether the workflow is public and can beshared with other users
The ID of the reference workflow (i.e wether the workflow was forked from another workflow or not)
Where the function was created from, stamped at creation. Read-only.
Whether the build is finished and the function may be healed automatically. Can only be enabled on a function that has a thread for self-heal to resume.
Builder's operating notes: typical run duration, known failure modes, which parameters matter.
Cron expression the function runs on, or null if it is not scheduled.
Variables passed to each scheduled run, or null if it is not scheduled.
'enabled' while the schedule fires, 'paused' once the backend disabled it after a deterministic failure (exhausted credit, or an inactive function), null when there is no schedule.
enabled, paused 
