Function
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: 500The maximum amount of jobs to show.
offset
integer
default: 0Exclude the first N jobs.
status
string
default: The status of the job. Possible values: 'queued', 'processing', 'error', 'finished', 'cancelled', . Leave empty to get all statuses.
Response
200 - application/json
data
object[]
requirednext_offset
integer
default: -1Was this page helpful?