Get Batch
GET /v2/batch/operations/{id}
Required scopes
batch:operations:read
Tokens missing any required scope return 401 scope_missing.
See Auth & Scopes for issuance.
Operation
| Operation ID | getBatch |
| Tags | Batch |
Parameters
| Name | In | Type | Description |
|---|---|---|---|
| id * | path | string (uuid) |
Responses
200
OK
schema
404
Resource not found (or not visible to token).
schema
Example request
GET https://api.digitalonboarding.com/v2/batch/operations/{id}
Authorization: Bearer <partner-token>