Function Version
List Version Jobs
List all jobs for the given function version.
GET
/
v2
/
functions
/
{owner_name}
/
{function_name}
/
versions
/
{version_slug}
/
jobs
Authorizations
The Sieve API key to authenticate with.
Path Parameters
The owner of the function.
The name of the function.
The ID or ID prefix of the function version, or 'latest'.
Query Parameters
The maximum amount of jobs to show.
Exclude the first N jobs.
Was this page helpful?