# Get batches

This endpoint retrieves batches and their corresponding statuses of the batch operations of the account of the calling user.

Method Path Operation*
GET /batches get_batches

*

In order for a user to perform the "get_batches" operation, the "get_batches" permission must be included in the list of allowed actions in the statement of the user's role.

# Request

No parameters.

# Response

Attribute Type Description
batches dictionary Key-value pairs:
- key: Batch UUID.
- value: Status of the batch.

# Status codes

Requests to this endpoint result in generic status codes. For a comprehensive list of status codes, please consult the Status codes section.

Was this article helpful?