---
title: "Gets all batch executions for FlightPredictionService."
method: GET
path: "/api/FlightPredictionService/v3.5.5/batch/{executionId}"
tags: ["FlightPredictionService"]
---

# Gets all batch executions for FlightPredictionService.

`GET /api/FlightPredictionService/v3.5.5/batch/{executionId}`

## Path parameters

- `executionId` string, required

## Query parameters

- `showPartialResults` boolean

## Response `200`

OK

- BatchWebServiceResult
  - `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.
  - `completedItemCount` integer — Number of completed items in this batch operation.
  - `totalItemCount` integer — Number of total items in this batch operation.
  - `batchExecutionResults` WebServiceResult[] — The responses of the individual executions.
    - `success` boolean — Boolean flag indicating the success status of web service execution.
    - `errorMessage` string — Error messages if any occurred during the web service execution.
    - `consoleOutput` string — Console output from the web service execution.
    - `changedFiles` string[] — The filenames of the files modified during the web service execution.
    - `outputParameters` OutputParameters
      - `answer` object — data.frame

## Other responses

- `default` — Error * 404 - Web service not found * 404 - Execution not found * 400 - Bad request

---

[API](https://skmtc.dev/azure/apis/flightpredictionservice.md) · [All operations](https://skmtc.dev/azure/apis/flightpredictionservice/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/azure/flightpredictionservice/revisions/967f6db1431c/schema)
