Get Style Agent Workflow
Get the status and result of a Style Agent content-check run.
Poll with the workflow id returned by POST /style-agent/run. While the
run is in progress the status reflects its state; once it completes the
response includes the result.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
workflow_id
Response
Successful Response
workflow_id
Workflow ID
status
Current status
started_at
Start time
agent_id
Agent that ran this workflow
document_ref
Caller-provided document identifier.
check_type
How this check is counted: ‘batch’ for a document checked as part of a batch, ‘interactive’ for a direct /run check.
assigned
Whether the check counts as authoring activity for an author.
batch_id
Owning batch id (agbw_<nanoid>); null unless this is a batch check.
result
Result (if completed)
completed_at
Workflow completion time
Errors
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
422
Unprocessable Entity Error
500
Internal Server Error