Function
List Function Jobs
List all jobs for the given function.
GET
/
v2
/
functions
/
{owner_name}
/
{function_name}
/
jobs
Authorizations
The Sieve API key to authenticate with.
Path Parameters
The owner of the function.
The name of the function.
Query Parameters
The maximum amount of jobs to show.
Exclude the first N jobs.
The status of the job. Possible values: 'queued', 'processing', 'error', 'finished', 'cancelled', . Leave empty to get all statuses.
Was this page helpful?