Skip to main content
GET
Obtener lote por ID

Authorizations

x-api-key
string
header
required

API Key para autenticación. Formato: test_sk_xxx para testing, prod_sk_xxx para producción.

Path Parameters

batchId
string<uuid>
required

ID del lote

Response

Lote obtenido exitosamente

id
string<uuid>
required

ID único del lote

status
enum<string>
required

Estado del lote

Available options:
pending,
processing,
completed,
failed
createdAt
string<date-time>
required

Fecha de creación

totalItems
integer

Total de items en el lote

processedItems
integer

Items procesados exitosamente

failedItems
integer

Items que fallaron

updatedAt
string<date-time>

Fecha de última actualización

items
object[]

Items del lote