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
X-API-Key
string
headerrequiredThe Sieve API key to authenticate with.
Path Parameters
owner_name
string
requiredThe owner of the function.
function_name
string
requiredThe name of the function.
version_slug
string
requiredThe ID or ID prefix of the function version, or 'latest'.
Query Parameters
limit
integer
default: 500The maximum amount of jobs to show.
offset
integer
default: 0Exclude the first N jobs.
Response
200 - application/json
data
object[]
requirednext_offset
integer
default: -1Was this page helpful?