---
title: "Run multiple UAPI functions in order"
method: GET
path: "/Batch/strict"
tags: ["Batch"]
---

# Run multiple UAPI functions in order

`GET /Batch/strict`

This function combines calls for multiple UAPI functions and performs them in order.

**Note:**

* If a function call in the list fails, the `Batch::strict` function does not run further function calls in the list.
* Due to the potential length of calls of this function, we recommend that you use the HTTP POST method for extremely long batch commands.

## Response `200`

HTTP Request was successful.

- object
  - `apiversion` integer — The version of the API.
  - `func` string — The name of the method called.
  - `module` string — The name of the module called.
  - `result` object
    - `data` object[] — An array of objects that contain function output. Each object contains the output data and metadata from one of the `command` parameter's functions. For more information about UAPI return data and metadata, read our [UAPI - Return Data](https://go.cpanel.net/UAPIReturnData) documentation.
      - `data` object — The data returned by an individual UAPI call invoked through this `Batch::strict` call.
      - `errors` string[], nullable — List of errors if the API failed.
      - `messages` string[], nullable — List of messages generated by the API.
      - `metadata` object
        - `transformed` 1 — Post-processing may have transformed the data.
      - `status` 0 | 1 — - 1 - Success - 0 - Failed: Check the errors field for more details.
      - `warnings` string[], nullable — List of warnings generated by the API. Warnings describe non-critical failures or other problematic conditions noted while running an API.
    - `errors` string[], nullable — List of errors if the API failed.
    - `messages` string[], nullable — List of messages generated by the API.
    - `metadata` object
      - `transformed` 1 — Post-processing may have transformed the data.
    - `status` 0 | 1 — - 1 - Success - 0 - Failed: Check the errors field for more details.
    - `warnings` string[], nullable — List of warnings generated by the API. Warnings describe non-critical failures or other problematic conditions noted while running an API.

---

[API](https://skmtc.net/cpanel/apis/cpanel-uapi.md) · [All operations](https://skmtc.net/cpanel/apis/cpanel-uapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpanel/cpanel-uapi/versions/632e2f8e6d04/schema)
