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

value

String

validationStatus

Validation Status

Enum:

 

NotValidated

Validating

Passed

Failed

runs

Runs count

value

Integer

lastJob

Run Info object of the last job

value

RunInfo

 

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