v1

latestSwagger 2.02026-07-1710929.5 KB
FlightPredictionService

Gets all batch executions for FlightPredictionService.

get/api/FlightPredictionService/v3.5.5/batch/{executionId}

Path parameters

executionIdstring required

Execution id of the execution

Query parameters

showPartialResultsboolean

Returns the already processed results of the batch execution even if it hasn't been fully completed.

Response

OK

state'pending' | 'inProgress' | 'ready' | 'complete'

State of the execution. Can be of the following values:

  • Pending: The batch execution was submitted but is not yet scheduled. Ready: The batch execution was submitted and can be executed. InProgress: The batch execution is currently being processed. Complete: The batch execution has been completed.
completedItemCountinteger

Number of completed items in this batch operation.

totalItemCountinteger

Number of total items in this batch operation.