v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14108906717.7 KB

Retrieves detailed information about an Automated Reasoning policy build workflow, including its status, configuration, and metadata.

get/automated-reasoning-policies/{policyArn}/build-workflows/{buildWorkflowId}

Path parameters

policyArnstring required

The Amazon Resource Name (ARN) of the Automated Reasoning policy whose build workflow you want to retrieve.

buildWorkflowIdstring required

The unique identifier of the build workflow to retrieve.

Response

Success

policyArnstring required

The Amazon Resource Name (ARN) of the Automated Reasoning policy.

buildWorkflowIdstring required

The unique identifier of the build workflow.

status'SCHEDULED' | 'CANCEL_REQUESTED' | 'PREPROCESSING' | 'BUILDING' | 'TESTING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' required

The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).

buildWorkflowType'INGEST_CONTENT' | 'REFINE_POLICY' | 'IMPORT_POLICY' | 'GENERATE_FIDELITY_REPORT' | 'GENERATE_POLICY_SCENARIOS' | 'RESOLVE_POLICY_AMBIGUITIES' | 'ITERATIVELY_REFINE_POLICY' required

The type of build workflow being executed (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).

documentNamestring password

The name of the source document used in the build workflow.

documentContentType'pdf' | 'txt'

The content type of the source document (e.g., text/plain, application/pdf).

documentDescriptionstring password

A detailed description of the document's content and how it should be used in the policy generation process.

createdAtstring date-time required

The timestamp when the build workflow was created.

updatedAtstring date-time required

The timestamp when the build workflow was last updated.