styleAgent

Get Style Agent Batch

Live report for a batch: status, per-status counts, and per-document workflow ids + status. Fetch a document's full result by its workflow_id from GET /style-agent/workflows/{workflow_id}.

This report is the authoritative view of a batch's progress and completion; the optional completion webhook is a best-effort notification on top of it.

get/style-agent/batch/{batch_id}

Path parameters

batch_idstring required

Query parameters

item_limitinteger
item_offsetinteger

Headers

Authorizationstring required

Bearer authentication

Response

Successful Response

batch_idstring required
status'running' | 'completed' required

Lifecycle of a style-agent batch (see design-docs/style-agent-batch-checking.md).

A batch is running while any item is non-terminal; it becomes completed (and sealed) once every item reaches a terminal state.

sealedboolean required
created_atstring date-time required
updated_atstring date-time required
item_countinteger required

Changes