Get Function
Get information about the given function.
Authorizations
The Sieve API key to authenticate with.
Path Parameters
The owner of the function.
The name of the function.
Response
The name of the function.
The owner name of the function
The title of the function. Omitted if truncate enabled.
The link to the code of the function. Omitted if truncate enabled.
The description of the function. Omitted if truncate enabled.
The tags of the function. Omitted if truncate enabled.
The url of the function's cover image. Omitted if truncate enabled.
An array of job ids that the function playground will use as an example. Omitted if truncate enabled.
The readme of the function. Omitted if truncate enabled.
The latest version of the function. Omitted if truncate enabled.
The type of the function, either a simple function or a workflow. Omitted if truncate enabled.
function
, workflow
The webhooks associated with the function. Omitted if truncate enabled.
Whether to restart the function on job error. Omitted if truncate enabled.
Was this page helpful?