Skip to content

Reconcile Batch Endpoint

POST
/v1/batches/{batch_id}/reconcile
curl --request POST \
--url http://localhost:8080/v1/batches/example/reconcile

Recount the batch’s settled counters from true job statuses (self-heal for historical counter skew). tenant_admin+.

batch_id
required
Batch Id
string

Successful Response

Media type application/json
Response Reconcile Batch Endpoint V1 Batches Batch Id Reconcile Post
object
key
additional properties
any
Example generated
{}

Validation Error

Media type application/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
input
Input
ctx
Context
object
Example generated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example",
"input": "example",
"ctx": {}
}
]
}