API Reference
Log In
API Reference

Batch Actions

Executes multiple write operations sequentially in a single request. Actions are processed one at a time to avoid Firestore transaction contention. Each action can succeed or fail independently — check results[].status and summary.failed after the call. Actions the caller lacks permission for are reported as individual failures rather than rejecting the whole request; a caller with no access to the project at all receives a 403.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

Project ID

Body Params
actions
array
required
length ≥ 1

Actions to execute sequentially

actions*
Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json