# Batch Requests Object

> Source: https://truto.one/docs/api-reference/admin/batch-requests/

Schema for the `Batch Requests` resource in **Admin API**.

## Properties

- **`result`** _(object)_
  Map of resource names to the records fetched for that resource. The key is the resource's `name` from the request body.
- **`errors`** _(object)_
  Map of resource names to errors encountered while processing that resource. Present only for resources that failed.

## Methods

- [POST /batch-request](/docs/api-reference/admin/batch-requests/create) — Execute a batch request
