Skip to main content
GET
Get Batch

Autorizaciones

x-api-key
string
header
requerido

Encabezados

authorization
string | null
x-api-key
string | null
X-Tenant-ID
string | null

Parámetros de ruta

batch_id
string<uuid>
requerido

Respuesta

Successful Response

Response for batch status query.

batch_id
string<uuid>
requerido

ID of the batch

status
string
requerido

Current status of the batch

total_items
integer
requerido

Total number of items in the batch

completed_items
integer
requerido

Number of completed items

failed_items
integer
requerido

Number of failed items

created_at
string<date-time>
requerido

When the batch was created

resource_type
string
predeterminado:structure

Resource type used for processing

resource_id
string<uuid> | null

Structure ID used for processing

resource_version_number
integer | null

Structure version number used

completed_at
string<date-time> | null

When the batch completed

items
BatchItemStatus · object[]

List of batch items with their processing status and results

failed_webhooks
WebhookDeliveryInfo · object[]

Failed webhook deliveries (for debugging)