GET selfservicejobs/filter?mostRecent={mostRecent}
Return the most recent load test jobs for the customer that the authenticated user belongs to. Only active jobs are returned. Jobs that have been deleted are ignored by the function.
URL Parameters
Name | Description |
---|---|
mostRecent | The number of most recent jobs to search for |
Response body model example and description
{ "jobs": [ { "id": 154678 }, { "id": 154678 }, { "id": 154678 } ], "exception": "An exception was encountered during execution: {exception details...}" }