API Reference
List Function Jobs
List all jobs for the given function.
GET
/
v2
/
functions
/
{owner_name}
/
{function_name}
/
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.
Query Parameters
limit
integer
default: 10000The maximum amount of jobs to show.
offset
integer
default: 0Exclude the first N jobs.
Response
200 - application/json
data
object[]
requirednext_offset
integer
requiredWas this page helpful?