get /waves
List All Jobs (getWaves)
List of all Waves in the system.
Consumes
This API call consumes the following media types via the Content-Type request header:
- application/json
Return type
array[WaveInfo]
|
waveId |
Wave Id
|
|||
|
validationStatus |
Validation Status
|
|||
|
runs |
Runs count
|
|||
|
lastJob |
Run Info object of the last job
|
Produces
This API call produces the following media types according to the Accept request header; the media type will be conveyed by the Content-Type response header.
- application/json
Responses
200
OK
|
value (optional) |
array[WaveInfo] |
Example data
Content-Type: application/json
[
{
"waveId": {
"value": "wave-01",
},
"validationStatus": "NotValidated",
"runs": "23",
"lastJob": {
"runId": {
"value": "run-01",
},
"type": "RunInCloud",
"start": "1970-01-01T00:00:00.000Z",
"end": "1970-01-01T00:00:00.000Z",
"status": "Running",
}
}
]
Default
Error ErrorInfo
|
code (optional) |
String |
|
detailedMessage (optional) |
String |