GET /api/v2/jobs
Summary: Get Jobs
Operation ID: Jobs_GetJobs
Auth: oauth2
Operation ID: Jobs_GetJobs
Auth: oauth2
Description
Gets a collection of Jobs. When successful, the response is a PagedResponse of Jobs. If unsuccessful, an appropriate ApiError is returned. ///
Parameters (3)
isIncludeDeleted
(boolean, query, optional)
Does it include deleted job, or not
limit
(integer, query, optional)
Optional. The page limit. If not specified, the default page limit is 10.
offset
(integer, query, optional)
Optional. The page offset. If not specified, the default page offset is 0.
No probe data for this endpoint yet.