List Functions
List all functions owned by the user.
Authorizations
The Sieve API key to authenticate with.
Query Parameters
The maximum amount of functions to show.
Exclude the first N functions.
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?