Job Controller
get
Authorizations
Query parameters
projectIdstringRequired
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
/api/jobsGET /api/jobs?projectId=text HTTP/1.1
Host: inscada.cloud
X-Space: YOUR_API_KEY
Accept: */*
[
  {
    "meanDuration": 1,
    "schedule": "text",
    "type": "text",
    "failPercentage": 1,
    "name": "text",
    "failCount": 1,
    "minDuration": 1,
    "maxDuration": 1,
    "successCount": 1,
    "requestCount": 1,
    "percentageAboveThreshold": 1
  }
]Last updated
